This commit is contained in:
Nick Fisher
2025-03-19 15:42:33 +08:00
parent 102429e090
commit e73cb9c7d6
9 changed files with 20 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ namespace thermion
std::lock_guard lock(mMutex);
for (auto animationManager : mAnimationManagers) {
animationManager->update(frameTimeInNanos * 1e-9);
animationManager->update(frameTimeInNanos);
}
for (const auto& [swapChain, views] : mRenderable)