mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-23 20:49:00 -06:00
Compile fix for Debug mode
This commit is contained in:
@@ -72,7 +72,7 @@ SessionRecording::SessionRecording()
|
||||
, _renderPlaybackInformation(RenderPlaybackInfo, false)
|
||||
{
|
||||
auto fTask = FactoryManager::ref().factory<Task>();
|
||||
ghoul_assert(fRenderable, "No task factory existed");
|
||||
ghoul_assert(fTask, "No task factory existed");
|
||||
fTask->registerClass<ConvertRecFormatTask>("ConvertRecFormatTask");
|
||||
addProperty(_renderPlaybackInformation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user