summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/core/core_vr_simulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_vr_simulator.c b/examples/core/core_vr_simulator.c
index f0e322a1..ff303ae2 100644
--- a/examples/core/core_vr_simulator.c
+++ b/examples/core/core_vr_simulator.c
@@ -52,7 +52,7 @@ int main(void)
};
// Load VR stereo config for VR device parameteres (Oculus Rift CV1 parameters)
- VrStereoConfig config = LoadVrStereoMode(device);
+ VrStereoConfig config = LoadVrStereoConfig(device);
// Distortion shader (uses device lens distortion and chroma)
Shader distortion = LoadShader(0, TextFormat("resources/distortion%i.fs", GLSL_VERSION));