- fixed: Artiflash is not translatable.

This commit is contained in:
Christoph Oelckers 2020-09-26 19:22:17 +02:00
parent 8fc9f1e5ef
commit d304e86354

View file

@ -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())
{ {