This commit is contained in:
Maximilian Seidler 2025-11-27 17:16:37 +01:00
parent 778e536a7f
commit 85a78e0a58

View file

@ -68,7 +68,7 @@ class CMyAnimationManager : public CAnimationManager {
if (!avInt)
std::cout << "Dynamic cast upcast failed\n";
const auto DELTA = avInt->goal() - avInt->value();
const auto DELTA = avInt->goal() - avInt->begun();
avInt->value() = avInt->begun() + (DELTA * POINTY);
} break;
case eAVTypes::TEST: {