mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-03 09:14:23 +00:00
WARNING: BREAKING: REVIEWED some enums naming
Now enum names are more consistent between them.
This commit is contained in:
@@ -294,7 +294,7 @@ typedef enum {
|
||||
LOG_ERROR,
|
||||
LOG_FATAL,
|
||||
LOG_NONE
|
||||
} TraceLogType;
|
||||
} TraceLogLevel;
|
||||
#endif
|
||||
|
||||
// NOTE: Different logic is used when feeding data to the playback device
|
||||
|
||||
Reference in New Issue
Block a user