This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fixing badly (redefined) enums.
pull/731/head
Marco Lizza
6 years ago
parent
f1d13aa469
commit
aaced97b12
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raudio.c
+1
-1
src/rlgl.h
+ 1
- 1
src/raudio.c
View File
@ -175,7 +175,7 @@ typedef enum {
LOG_TRACE
,
LOG_DEBUG
,
LOG_INFO
,
LOG_WARN
,
LOG_WARN
ING
,
LOG_ERROR
,
LOG_FATAL
,
LOG_NONE
+ 1
- 1
src/rlgl.h
View File
@ -257,7 +257,7 @@ typedef unsigned char byte;
LOG_TRACE
,
LOG_DEBUG
,
LOG_INFO
,
LOG_WARN
,
LOG_WARN
ING
,
LOG_ERROR
,
LOG_FATAL
,
LOG_NONE
Write
Preview
Loading…
Cancel
Save