You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add advance_on_start option to NodeAnimation
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
if (Math::is_zero_approx(remain)) {
|
||||
return 0;
|
||||
}
|
||||
return length - position;
|
||||
return remain;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user