Browse Source

Correct issue on Oculus drawing

pull/132/head
raysan5 8 years ago
parent
commit
c914010606
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/rlgl.c

+ 2
- 0
src/rlgl.c View File

@ -2562,6 +2562,8 @@ void BeginOculusDrawing(void)
// - Require OculusBuffer format to be OVR_FORMAT_R8G8B8A8_UNORM_SRGB
// - Do NOT enable GL_FRAMEBUFFER_SRGB
//glEnable(GL_FRAMEBUFFER_SRGB);
rlClearScreenBuffers(); // Clear current framebuffer(s)
}
void EndOculusDrawing(void)

Loading…
Cancel
Save