浏览代码

Code tweak

pull/132/head
raysan5 8 年前
父节点
当前提交
c28a5fbd62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/oculus_glfw_sample/rlgl_standalone_stereo.c

+ 1
- 1
examples/oculus_glfw_sample/rlgl_standalone_stereo.c 查看文件

@ -184,7 +184,7 @@ int main(void)
rlMatrixMode(RL_PROJECTION); // Enable internal projection matrix rlMatrixMode(RL_PROJECTION); // Enable internal projection matrix
rlLoadIdentity(); // Reset internal projection matrix rlLoadIdentity(); // Reset internal projection matrix
rlOrtho(0.0, screenWidth, screenHeight, 0.0, 0.0, 1.0); // Recalculate internal projection matrix
rlOrtho(0.0, screenWidtho">/2, screenHeight, 0.0, 0.0, 1.0); // Recalculate internal projection matrix
rlMatrixMode(RL_MODELVIEW); // Enable internal modelview matrix rlMatrixMode(RL_MODELVIEW); // Enable internal modelview matrix
rlLoadIdentity(); // Reset internal modelview matrix rlLoadIdentity(); // Reset internal modelview matrix
#endif #endif

正在加载...
取消
保存