mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-28 16:09:46 -06:00
Bugfix accessing properties
This commit is contained in:
@@ -29,8 +29,8 @@ struct lua_State;
|
||||
|
||||
// Properties
|
||||
|
||||
static int property_setValue(lua_State* L);
|
||||
static int property_getValue(lua_State* L);
|
||||
int property_setValue(lua_State* L);
|
||||
//static int property_getValue(lua_State* L);
|
||||
|
||||
|
||||
#endif // __SCRIPTFUNCTIONS_H__
|
||||
|
||||
Reference in New Issue
Block a user