From 8652e644dd9f013464ac1cf1bf9f643637209ff8 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 26 Jun 2016 14:13:11 +0200 Subject: Corrected bug on stereo rendering --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index f02178c5..47ce5cea 100644 --- a/src/core.c +++ b/src/core.c @@ -1774,7 +1774,7 @@ static void InitGraphicsDevice(int width, int height) #endif // defined(PLATFORM_ANDROID) || defined(PLATFORM_RPI) // Initialize OpenGL context (states and resources) - rlglInit(); + rlglInit(screenWidth, screenHeight); // Initialize screen viewport (area of the screen that you will actually draw to) // NOTE: Viewport must be recalculated if screen is resized -- cgit v1.2.3