mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
In AnimationTree::_process_graph, the State.valid variable is set to true. A few lines later, it's set again. Probably a copy/paste mistake. This commit removes the second assignment.