src/error.c

changeset 208
658bccb1bf73
parent 149
560772519ff9
--- a/src/error.c	Wed Jul 16 23:27:34 2025 +0200
+++ b/src/error.c	Thu Jul 17 19:44:22 2025 +0200
@@ -107,7 +107,7 @@
         default:
             glerr = "unknown GL error";
     }
-    asc_error("%s\nGL Error: %s", message, glerr);
+    asc_error("%s - GL Error: %s", message, glerr);
 }
 
 int asc_error_catch_all_gl(void) {

mercurial