mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Always draw the full original status bar fully instead of in patches.
It seems like I broke the blitty/patchy way of drawing it with one of the last commits. git-svn-id: https://svn.eduke32.com/eduke32@2926 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ea74aad3a6
commit
d83de40608
1 changed files with 6 additions and 1 deletions
|
@ -1494,9 +1494,14 @@ static void G_DrawStatusBar(int32_t snum)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (u == 0)
|
||||
return;
|
||||
#else
|
||||
// FIXME: full status bar draws rectangles in the wrong places when it's
|
||||
// updated partially.
|
||||
u = -1;
|
||||
#endif
|
||||
|
||||
//0 - update health
|
||||
//1 - update armor
|
||||
|
|
Loading…
Reference in a new issue