mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 11:29:55 -05:00
SessionRecording and KeyframeRecording redesign (#3399)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <modules/server/include/topics/topic.h>
|
||||
|
||||
#include <openspace/interaction/sessionrecording.h>
|
||||
#include <openspace/interaction/sessionrecordinghandler.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -48,8 +48,8 @@ private:
|
||||
// Provides the idle/recording/playback state int value in json message
|
||||
void sendJsonData();
|
||||
|
||||
interaction::SessionRecording::SessionState _lastState =
|
||||
interaction::SessionRecording::SessionState::Idle;
|
||||
interaction::SessionRecordingHandler::SessionState _lastState =
|
||||
interaction::SessionRecordingHandler::SessionState::Idle;
|
||||
int _stateCallbackHandle = UnsetOnChangeHandle;
|
||||
bool _isDone = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user