1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:49:40 +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)
{
if(mCamPositionSet)
if (mCamPositionSet)
{
mCurrentCamControl->update(dt);
}