Actor tween cleanup
Actor scipting with Command() modularizing menu widgets into "ModeSelector"s move animations into metrics
This commit is contained in:
@@ -49,7 +49,7 @@ ScreenTestFonts::ScreenTestFonts()
|
||||
|
||||
void ScreenTestFonts::SetText(CString text)
|
||||
{
|
||||
txt.TurnShadowOff();
|
||||
txt.EnableShadow( false );
|
||||
txt.SetText(""); /* force it */
|
||||
txt.SetText(text);
|
||||
curtext = text;
|
||||
|
||||
Reference in New Issue
Block a user