mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 23:09:32 -05:00
Merge pull request #1756 from OpenSpace/issue/1732
Improved numerical precision on scale value in sessionRecording files in ascii format (Issue#1732)
This commit is contained in:
@@ -1777,7 +1777,6 @@ bool SessionRecording::addKeyframe(Timestamps t3stamps,
|
||||
void SessionRecording::moveAheadInTime() {
|
||||
using namespace std::chrono;
|
||||
|
||||
bool paused = global::timeManager->isPaused();
|
||||
bool playbackPaused = (_state == SessionState::PlaybackPaused);
|
||||
if (playbackPaused) {
|
||||
_playbackPauseOffset
|
||||
|
||||
Reference in New Issue
Block a user