mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +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()
|
virtual void Init()
|
||||||
{
|
{
|
||||||
|
SetSize(0, 320, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
native virtual void Tick ();
|
native virtual void Tick ();
|
||||||
|
|
Loading…
Reference in a new issue