1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-08 21:46:43 +00:00
This commit is contained in:
LohikaarmeHav 2016-08-02 15:27:40 +03:00
parent 7cd991107c
commit b0cf276cfc

View file

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