mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -05:00
Added convert file format version sess rec task for taskrunner
This commit is contained in:
@@ -184,7 +184,7 @@ interaction::NavigationHandler& gNavigationHandler() {
|
||||
}
|
||||
|
||||
interaction::SessionRecording& gSessionRecording() {
|
||||
static interaction::SessionRecording g;
|
||||
static interaction::SessionRecording g(true);
|
||||
return g;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user