summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-19 13:19:54 +0100
committerRay <[email protected]>2021-03-19 13:19:54 +0100
commita1d9987e7ca2c1be760a761ff673754a55a88813 (patch)
tree44175c955c6f0ebe3eff582edd9a077fd9ef7bd0 /src/raudio.c
parent664fbb87f5a88523fc76d835fe88528abfe46405 (diff)
downloadraylib-a1d9987e7ca2c1be760a761ff673754a55a88813.tar.gz
raylib-a1d9987e7ca2c1be760a761ff673754a55a88813.zip
WARNING: BREAKING: REVIEWED some enums naming
Now enum names are more consistent between them.
Diffstat (limited to 'src/raudio.c')
-rw-r--r--src/raudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c
index aaac982e..f86f6859 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -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