Aggiunta cambio piano su gui
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user