mirror of
https://github.com/hyprwm/hyprutils.git
synced 2026-01-03 19:50:09 +01:00
fix tick
This commit is contained in:
parent
778e536a7f
commit
85a78e0a58
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue