1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +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);
} }