diff --git a/examples/core/core_vr_simulator.c b/examples/core/core_vr_simulator.c index 8d24983cc..07e57ea10 100644 --- a/examples/core/core_vr_simulator.c +++ b/examples/core/core_vr_simulator.c @@ -72,6 +72,8 @@ int main(void) SetCameraMode(camera, CAMERA_FIRST_PERSON); // Set first person camera mode + SetVrOutputTransform(VR_OUTPUT_ROTATE_NONE); // Do not rotate the VR output + SetTargetFPS(90); // Set our game to run at 90 frames-per-second //--------------------------------------------------------------------------------------