Skip to content

Commit

Permalink
fix Spring.{G,S}etConfigFloat not being callable
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Oct 10, 2017
1 parent d535871 commit 49f60df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rts/Lua/LuaUnsyncedCtrl.cpp
Expand Up @@ -188,6 +188,8 @@ bool LuaUnsyncedCtrl::PushEntries(lua_State* L)

REGISTER_LUA_CFUNC(GetConfigInt);
REGISTER_LUA_CFUNC(SetConfigInt);
REGISTER_LUA_CFUNC(GetConfigFloat);
REGISTER_LUA_CFUNC(SetConfigFloat);
REGISTER_LUA_CFUNC(GetConfigString);
REGISTER_LUA_CFUNC(SetConfigString);

Expand Down

0 comments on commit 49f60df

Please sign in to comment.