Skip to content

Commit

Permalink
xrGame: fix compilation after previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 4, 2018
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
Expand Up @@ -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
}
Expand Down

0 comments on commit d4e216e

Please sign in to comment.