mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
avoid oversampling in time sync
This commit is contained in:
@@ -35,7 +35,6 @@ public:
|
||||
void preSynchronization(double dt);
|
||||
void addKeyframe(const network::datamessagestructures::TimeKeyframe& kf);
|
||||
void removeKeyframesBefore(double timestamp);
|
||||
void removeKeyframesAfter(double timestamp);
|
||||
void clearKeyframes();
|
||||
private:
|
||||
void consumeKeyframes(double dt);
|
||||
|
||||
Reference in New Issue
Block a user