mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Cleanup code
This commit is contained in:
@@ -55,7 +55,8 @@ int writeDocumentation(lua_State* L) {
|
||||
return luaL_error(L, "Expected %i arguments, got %i", 0, nArguments);
|
||||
}
|
||||
|
||||
OsEng.writeDocumentation();
|
||||
OsEng.writeStaticDocumentation();
|
||||
OsEng.writeSceneDocumentation();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user