mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 15:58:14 +00:00
Renamed function to SetTraceLog()
I think is clearer this way...
This commit is contained in:
@@ -88,7 +88,7 @@ static int android_close(void *cookie);
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Enable trace log message types (bit flags based)
|
||||
void SetTraceLogTypes(unsigned char types)
|
||||
void SetTraceLog(unsigned char types)
|
||||
{
|
||||
logTypeFlags = types;
|
||||
}
|
||||
|
Reference in New Issue
Block a user