Compile fix for Debug mode

This commit is contained in:
Alexander Bock
2020-10-10 15:59:56 +02:00
parent b694633728
commit 01257d2fb2

View File

@@ -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);
}