浏览代码

Edited comment

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

+ 1
- 1
src/rlgl.c 查看文件

@ -260,7 +260,7 @@ static bool texCompASTCSupported = false; // ASTC texture compression support
// Lighting data // Lighting data
static Light lights[MAX_LIGHTS]; // Lights pool static Light lights[MAX_LIGHTS]; // Lights pool
static int lightsCount; // Counts current enabled physic objects
static int lightsCount; // Enabled lights counter
#endif #endif
#if defined(RLGL_OCULUS_SUPPORT) #if defined(RLGL_OCULUS_SUPPORT)

正在加载...
取消
保存