Skip to content

Commit

Permalink
xrGame: fix compilation after previous commit
Browse files Browse the repository at this point in the history
Xottab-DUTY committed Nov 4, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3729a95 commit d4e216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/GamePersistent.cpp
Original file line number Diff line number Diff line change
@@ -701,7 +701,7 @@ void CGamePersistent::OnFrame()
C = Actor()->Holder()->Camera();

Actor()->Cameras().UpdateFromCamera(C);
Actor()->Cameras().ApplyDevice(VIEWPORT_NEAR);
Actor()->Cameras().ApplyDevice();
}
#endif // MASTER_GOLD
}

0 comments on commit d4e216e

Please sign in to comment.