mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- fixed: Artiflash is not translatable.
This commit is contained in:
parent
8fc9f1e5ef
commit
d304e86354
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ class BaseStatusBar native ui
|
||||||
|
|
||||||
if((flags & DI_ARTIFLASH) && artiflashTick > 0)
|
if((flags & DI_ARTIFLASH) && artiflashTick > 0)
|
||||||
{
|
{
|
||||||
DrawImage(flashimgs[artiflashTick-1], pos, flags | DI_TRANSLATABLE, alpha, boxsize);
|
DrawImage(flashimgs[artiflashTick-1], pos, flags, alpha, boxsize);
|
||||||
}
|
}
|
||||||
else if (texture.IsValid())
|
else if (texture.IsValid())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue