diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-20 23:25:00 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-20 23:25:00 +0200 |
| commit | 79c96a5dabdb5e062b89e90d70ed36cd215300bc (patch) | |
| tree | 2130789447685188a9b704781b01f6e41feeb45b | |
| parent | b09f0e832dd0fef91aa8fa1b4e5e8625935eb307 (diff) | |
opplysning: SetTraceLogLevel(LOG_WARNING)
| -rw-r--r-- | opplysning.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
