summaryrefslogtreecommitdiffstats
path: root/src/synth_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth_gui.c')
-rw-r--r--src/synth_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth_gui.c b/src/synth_gui.c
index d1dc78e..215b8f5 100644
--- a/src/synth_gui.c
+++ b/src/synth_gui.c
@@ -882,6 +882,7 @@ rayrun(synth_t *synth){
/* int old_soundcard_id = synth->soundcard_id; */
/* int old_midi_device_id = synth->midi_device_id; */
+ SetTraceLogLevel(LOG_ERROR);
InitWindow(WIDTH, HEIGHT, "Raylib synth");
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
while (!WindowShouldClose()) {