This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Corrected typo
pull/508/head
raysan5
7 年之前
父節點
fd5e457bb4
當前提交
a0127d8300
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raylib.h
+1
-1
src/rlgl.h
+ 1
- 1
src/raylib.h
查看文件
@ -561,7 +561,7 @@ typedef enum {
LOC_MAP_METALNESS
,
/
/
LOC_MAP_SPECULAR
LOC_MAP_NORMAL
,
LOC_MAP_ROUGHNESS
,
LOC_MAP_OCCUSION
,
LOC_MAP_OCC
L
USION
,
LOC_MAP_EMISSION
,
LOC_MAP_HEIGHT
,
LOC_MAP_CUBEMAP
,
+ 1
- 1
src/rlgl.h
查看文件
@ -321,7 +321,7 @@ typedef unsigned char byte;
LOC_MAP_METALNESS
,
/
/
LOC_MAP_SPECULAR
LOC_MAP_NORMAL
,
LOC_MAP_ROUGHNESS
,
LOC_MAP_OCCUSION
,
LOC_MAP_OCC
L
USION
,
LOC_MAP_EMISSION
,
LOC_MAP_HEIGHT
,
LOC_MAP_CUBEMAP
,
Write
Preview
Loading…
取消
儲存