You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
-Ability to ask for documents/pictures/etc system dirs.
-Fixes to animationplayer -fixes to collada importer
This commit is contained in:
@@ -374,7 +374,7 @@ void AnimationPlayer::_animation_process_animation(AnimationData* p_anim,float p
|
||||
|
||||
|
||||
Error err = a->transform_track_interpolate(i,p_time,&loc,&rot,&scale);
|
||||
ERR_CONTINUE(err!=OK); //used for testing, should be removed
|
||||
//ERR_CONTINUE(err!=OK); //used for testing, should be removed
|
||||
|
||||
|
||||
if (err!=OK)
|
||||
|
||||
Reference in New Issue
Block a user