|
@@ -49,6 +49,8 @@ function PlayGui::onWake(%this)
|
|
schedule(0, 0, "refreshCenterTextCtrl");
|
|
schedule(0, 0, "refreshCenterTextCtrl");
|
|
if ( isFunction( "refreshBottomTextCtrl" ) )
|
|
if ( isFunction( "refreshBottomTextCtrl" ) )
|
|
schedule(0, 0, "refreshBottomTextCtrl");
|
|
schedule(0, 0, "refreshBottomTextCtrl");
|
|
|
|
+
|
|
|
|
+ callOnModules("Playgui_onWake");
|
|
}
|
|
}
|
|
|
|
|
|
function PlayGui::onSleep(%this)
|
|
function PlayGui::onSleep(%this)
|