mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
Fix bug where a script execution would stop completely if a property was not found
Added helper file to ease Lua script callback testing Made errors in setPropertyValue and getPropertyValue functions not fatal
This commit is contained in:
@@ -98,7 +98,7 @@ private:
|
||||
std::vector<std::string> _queuedScripts;
|
||||
std::string _currentSyncedScript;
|
||||
};
|
||||
|
||||
|
||||
} // namespace scripting
|
||||
} // namespace openspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user