You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
committed by
Genei Shouko
parent
8e14f9ba21
commit
0c46068af0
@@ -1745,7 +1745,7 @@ Variant AnimationTree::_post_process_key_value(const Ref<Animation> &p_anim, int
|
||||
return p_value;
|
||||
}
|
||||
|
||||
void AnimationTree::advance(real_t p_time) {
|
||||
void AnimationTree::advance(double p_time) {
|
||||
_process_graph(p_time);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user