Update core_custom_logging.c
This commit is contained in:
parent
cd3ca0b17a
commit
bd110049f3
|
|
@ -57,7 +57,7 @@ int main(void)
|
||||||
const int screenHeight = 450;
|
const int screenHeight = 450;
|
||||||
|
|
||||||
// Set custom logger
|
// Set custom logger
|
||||||
// SetTraceLogCallback(CustomLog);
|
SetTraceLogCallback(CustomLog);
|
||||||
|
|
||||||
InitWindow(screenWidth, screenHeight, "raylib [core] example - custom logging");
|
InitWindow(screenWidth, screenHeight, "raylib [core] example - custom logging");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user