From bd110049f33bccd509b1e2a56f73b46348be8023 Mon Sep 17 00:00:00 2001 From: Robert DeForrest Reynolds Date: Tue, 14 Oct 2025 06:30:26 -0700 Subject: [PATCH] Update core_custom_logging.c --- examples/core/core_custom_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");