This commit is contained in:
Birunthan Mohanathas
2012-03-08 15:19:05 +00:00
parent 3905a71af3
commit 04048a6325
6 changed files with 16 additions and 81 deletions

View File

@@ -44,7 +44,6 @@ void LuaManager::Initialize()
RegisterMeasure(c_State);
RegisterMeter(c_State);
RegisterMeterWindow(c_State);
RegisterMeterString(c_State);
tolua_endmodule(c_State);
}