From 79c96a5dabdb5e062b89e90d70ed36cd215300bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Sun, 20 Apr 2025 23:25:00 +0200 Subject: opplysning: SetTraceLogLevel(LOG_WARNING) --- opplysning.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opplysning.c b/opplysning.c index 5c2af13..7155a2c 100644 --- a/opplysning.c +++ b/opplysning.c @@ -124,8 +124,8 @@ main(void) const int sw = 1920; const int sh = 1080; + SetTraceLogLevel(LOG_WARNING); InitWindow(sw, sh, "opplysning"); - SetTargetFPS(60); int ncp = 0; -- cgit v1.2.3