summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-12-24 16:49:54 +0100
committerraysan5 <[email protected]>2017-12-24 16:49:54 +0100
commit0bd06eec5100da648e1d3dc9bd0fd796b240e079 (patch)
tree325e70b75a7adfca51c9c99b45bba92972543701 /src/utils.c
parente517d8fd168b361719c214d57463ef3ee461d425 (diff)
downloadraylib-0bd06eec5100da648e1d3dc9bd0fd796b240e079.tar.gz
raylib-0bd06eec5100da648e1d3dc9bd0fd796b240e079.zip
Renamed function to SetTraceLog()
I think is clearer this way...
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index b262118c..743ef98c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -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;
}