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
@@ -169,7 +169,7 @@ void PercentageDisplay::Refresh()
ASSERT( !lua_isnil(L, -1) );
LuaHelpers::Push( fPercentDancePoints, L );
lua_call( L, 1, 1 ); // 1 args, 1 result
LuaHelpers::Pop( sNumToDisplay, L );
LuaHelpers::Pop( L, sNumToDisplay );
LUA->Release(L);
// HACK: Use the last frame in the numbers texture as '-'