소스 검색

Merge pull request #27887 from godotengine/AndreaCatania-patch-1

Added No bone set state in the IK
Rémi Verschelde 6 년 전
부모
커밋
2feec990e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scene/animation/skeleton_ik.cpp

+ 1 - 1
scene/animation/skeleton_ik.cpp

@@ -335,7 +335,7 @@ void SkeletonIK::_validate_property(PropertyInfo &property) const {
 
 		if (skeleton) {
 
-			String names;
+			String names("--,");
 			for (int i = 0; i < skeleton->get_bone_count(); i++) {
 				if (i > 0)
 					names += ",";