mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 21:21:19 -06:00
OS X now doesn't crash for volumes
- Fixed a few warnings
This commit is contained in:
@@ -166,7 +166,7 @@ namespace {
|
||||
const std::string _openspaceLibraryName = "openspace";
|
||||
const std::string _luaGlobalNamespace = "_G";
|
||||
const std::string _printFunctionName = "print";
|
||||
const lua_CFunction _printFunctionReplacement = luascriptfunctions::printInfo;
|
||||
//const lua_CFunction _printFunctionReplacement = luascriptfunctions::printInfo;
|
||||
|
||||
const int _setTableOffset = -3; // -1 (top) -1 (first argument) -1 (second argument)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user