mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-04-22 15:47:19 +00:00
- set meaningful defaults on initialization of BaseStatusBar
https://forum.zdoom.org/viewtopic.php?t=66339 # Conflicts: # wadsrc/static/zscript/ui/statusbar/statusbar.zs
This commit is contained in:
parent
1cacd3e3de
commit
47fd36d6ed
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ class BaseStatusBar native ui
|
|||
|
||||
virtual void Init()
|
||||
{
|
||||
SetSize(0, 320, 200);
|
||||
mSmallFont = HUDFont.Create("SmallFont");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue