forked from mirror/openmw-tes3mp
hups
This commit is contained in:
parent
7cd991107c
commit
b0cf276cfc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue