Aggiunta cambio piano su gui

This commit is contained in:
2026-06-07 13:39:04 +02:00
parent 3266cc38db
commit c1627b1759
5 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ int main() {
{
curTime += mainClock.restart().asMilliseconds();
if (curTime > T){
if (gs.play && pos < maj) pos += curTime / T;
if (gs.play && pos+curTime/T < maj) pos += curTime / T;
curTime = 0;
}