feat: update synth version

This commit is contained in:
2023-06-18 22:02:35 +04:00
parent aaec53cfea
commit 2e4dc2c179

2
main.c
View File

@@ -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