mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 00:38:33 -05:00
Compile and runtime fixes when running in Debug
Do not crash if ScreenSpaceLocalImage does not exist Add ability to specify identifier/name when adding screenspace items in the UI
This commit is contained in:
@@ -149,7 +149,7 @@ void WebGuiModule::removeEndpointChangeCallback(CallbackHandle handle) {
|
||||
);
|
||||
|
||||
ghoul_assert(
|
||||
it != _deltaTimeChangeCallbacks.end(),
|
||||
it != _endpointChangeCallbacks.end(),
|
||||
"handle must be a valid callback handle"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user