diff --git a/examples/core/core_custom_logging.c b/examples/core/core_custom_logging.c index 4c579e754..8bb583719 100644 --- a/examples/core/core_custom_logging.c +++ b/examples/core/core_custom_logging.c @@ -57,7 +57,7 @@ int main(void) const int screenHeight = 450; // Set custom logger - // SetTraceLogCallback(CustomLog); + SetTraceLogCallback(CustomLog); InitWindow(screenWidth, screenHeight, "raylib [core] example - custom logging");