Fixed looping and pauses

This commit is contained in:
2025-10-06 08:14:03 +03:00
parent 7d2dad09ad
commit 2dc7aa9b00
3 changed files with 8 additions and 7 deletions

View File

@@ -17,8 +17,6 @@ void Time::AdvanceTime() {
if (time.currentFrameTime() == 0.0f) {
time.start();
}
// We are giving average delta for frame timing stablisation
DeltaTime = time.currentFrameDuration();
for (auto processVideo : videoPlayMethods) {