change arg order

This commit is contained in:
Glenn Maynard
2006-09-22 08:48:49 +00:00
parent f29762c59e
commit 709a790f1c
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ void MenuTimer::SetText( float fSeconds )
lua_call(L, 1, 1);
RString sText;
LuaHelpers::Pop( sText, L );
LuaHelpers::Pop( L, sText );
m_text[i].SetText( sText );
}