aboutsummaryrefslogtreecommitdiff
path: root/examples/core_oculus_rift.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core_oculus_rift.c')
-rw-r--r--examples/core_oculus_rift.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/core_oculus_rift.c b/examples/core_oculus_rift.c
index b8a60f7a..88e411d4 100644
--- a/examples/core_oculus_rift.c
+++ b/examples/core_oculus_rift.c
@@ -18,8 +18,10 @@ int main()
{
// Initialization
//--------------------------------------------------------------------------------------
- int screenWidth = 1280;
- int screenHeight = 800;
+ int screenWidth = 1080;
+ int screenHeight = 600;
+
+ // NOTE: screenWidth/screenHeight should match VR device aspect ratio
InitWindow(screenWidth, screenHeight, "raylib [core] example - oculus rift");