mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +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)
|
||||
{
|
||||
DrawImage(flashimgs[artiflashTick-1], pos, flags | DI_TRANSLATABLE, alpha, boxsize);
|
||||
DrawImage(flashimgs[artiflashTick-1], pos, flags, alpha, boxsize);
|
||||
}
|
||||
else if (texture.IsValid())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue