- 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…
Add table
Add a link
Reference in a new issue