mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 04:49:00 -06:00
removed dummy frames
This commit is contained in:
@@ -256,10 +256,6 @@ InteractionHandler::InteractionHandler()
|
||||
, _mouseController(nullptr)
|
||||
, _currentKeyframeTime(-1.0)
|
||||
{
|
||||
//add 4 dummy keyframes
|
||||
network::Keyframe kf;
|
||||
kf._timeStamp = -std::numeric_limits<double>::max();
|
||||
_keyframes.assign(4, kf);
|
||||
}
|
||||
|
||||
InteractionHandler::~InteractionHandler() {
|
||||
|
||||
Reference in New Issue
Block a user