1
0
Fork 0
This commit is contained in:
Naputt1 2025-02-28 01:36:31 +01:00 committed by GitHub
commit 42ea906b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ void Tween::play() {
void Tween::kill() {
running = false; // For the sake of is_running().
valid = false;
dead = true;
}