You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add p_delta argument to _process_modification() and expose advance()
This commit is contained in:
@@ -370,7 +370,7 @@ void RetargetModifier3D::_retarget_pose() {
|
||||
}
|
||||
}
|
||||
|
||||
void RetargetModifier3D::_process_modification() {
|
||||
void RetargetModifier3D::_process_modification(double p_delta) {
|
||||
if (use_global_pose) {
|
||||
_retarget_global_pose();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user