Skip to content

Commit

Permalink
Update rcore.c (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperUserNameMan authored Oct 9, 2023
1 parent 33c84b3 commit dfb0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ VrStereoConfig LoadVrStereoConfig(VrDeviceInfo device)
{
VrStereoConfig config = { 0 };

if ((rlGetVersion() == RL_OPENGL_33) || (rlGetVersion() >= RL_OPENGL_ES_20))
if (rlGetVersion() != RL_OPENGL_11)
{
// Compute aspect ratio
float aspect = ((float)device.hResolution*0.5f)/(float)device.vResolution;
Expand Down

0 comments on commit dfb0326

Please sign in to comment.