From 2e4dc2c1797fca70ded08ea603b83126ae6a6a6e Mon Sep 17 00:00:00 2001 From: HiveBeats Date: Sun, 18 Jun 2023 22:02:35 +0400 Subject: [PATCH] feat: update synth version --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 7567d88..0f81f21 100644 --- a/main.c +++ b/main.c @@ -306,7 +306,7 @@ void DrawSignal(Synth* synth) { //------------------------------------------------------------------------------------ int main(int argc, char **argv) { - InitWindow(WINDOW_WIDTH, WINDOW_HEIGHT, "SeeSynth - v0.1"); + InitWindow(WINDOW_WIDTH, WINDOW_HEIGHT, "SeeSynth - v0.2"); SetTargetFPS(60); //todo: move that variables to Synth declaration