pull/34/head
LohikaarmeHav 9 years ago
parent 7cd991107c
commit b0cf276cfc

@ -313,7 +313,7 @@ void SceneWidget::keyReleaseEvent (QKeyEvent *event)
void SceneWidget::update(double dt)
{
if(mCamPositionSet)
if (mCamPositionSet)
{
mCurrentCamControl->update(dt);
}

Loading…
Cancel
Save