From d4e216e98b979aa91d4d21a2eb6e9710cbf15875 Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Mon, 5 Nov 2018 03:18:14 +0500 Subject: [PATCH] xrGame: fix compilation after previous commit --- src/xrGame/GamePersistent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrGame/GamePersistent.cpp b/src/xrGame/GamePersistent.cpp index 36fdf7188f4..8d416130028 100644 --- a/src/xrGame/GamePersistent.cpp +++ b/src/xrGame/GamePersistent.cpp @@ -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 }