mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
- Some cleanup of LuaConsole
- Moved dedicated Lua commands into a visible property - Disallow non-ASCII characters - Remove unused KeyboardController - Remove unused DeviceIdentifier - Some cleanup of LogFactory - Move and use documentation into the class
This commit is contained in:
@@ -123,7 +123,7 @@ void SpiceRotation::update(const UpdateData& data) {
|
||||
data.time
|
||||
);
|
||||
}
|
||||
catch (...) {
|
||||
catch (const SpiceManager::SpiceException&) {
|
||||
_matrix = glm::dmat3(1.0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user