diff options
| author | Ray <[email protected]> | 2021-04-06 23:05:38 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-06 23:05:38 +0200 |
| commit | 74ff877008f061f3f73d63a182a17b8d84d4dfbc (patch) | |
| tree | 8dbb4b609fa2257923d21c4d73cec40c18850fc9 | |
| parent | d1629ce3cfc6af128c1c6d1a754d72f4b7449043 (diff) | |
| download | raylib.com-74ff877008f061f3f73d63a182a17b8d84d4dfbc.tar.gz raylib.com-74ff877008f061f3f73d63a182a17b8d84d4dfbc.zip | |
Update raylib_core.c
| -rw-r--r-- | cheatsheet/raylib_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/raylib_core.c b/cheatsheet/raylib_core.c index a0d424e..2374ad7 100644 --- a/cheatsheet/raylib_core.c +++ b/cheatsheet/raylib_core.c @@ -68,7 +68,7 @@ void EndVrStereoMode(void); // End stereo rendering (requires VR simulator) // VR stereo config functions for VR simulator - VrStereoConfig LoadVrStereoMode(VrDeviceInfo device); // Load VR stereo config for VR simulator device parameters + VrStereoConfig LoadVrStereoConfig(VrDeviceInfo device); // Load VR stereo config for VR simulator device parameters void UnloadVrStereoConfig(VrStereoConfig config); // Unload VR stereo config // Shader management functions |
