removed dummy frames

This commit is contained in:
Joakim Kilby
2015-06-18 11:04:34 +02:00
parent ca3628e505
commit 4c06a76eae

View File

@@ -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() {