diff options
Diffstat (limited to 'src/wm_hud.cpp')
-rw-r--r-- | src/wm_hud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_hud.cpp b/src/wm_hud.cpp index f52cf42..aa8a8b4 100644 --- a/src/wm_hud.cpp +++ b/src/wm_hud.cpp @@ -47,7 +47,7 @@ int dWMHud_c::onCreate() { layout.disableAllAnimations(); layout.enableNonLoopAnim(2); - //layout.findTextBoxByName("T_area_01")->AllocStringBuffer(100); + updateText(); layoutLoaded = true; } |