mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- set meaningful defaults on initialization of BaseStatusBar
https://forum.zdoom.org/viewtopic.php?t=66339
This commit is contained in:
parent
48d0ebab58
commit
093901a561
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ class BaseStatusBar native ui
|
|||
|
||||
virtual void Init()
|
||||
{
|
||||
SetSize(0, 320, 200);
|
||||
}
|
||||
|
||||
native virtual void Tick ();
|
||||
|
|
Loading…
Reference in a new issue