Unverified Commit 2feec990 by Rémi Verschelde Committed by GitHub

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

Added No bone set state in the IK
parents 2ddb41a5 f65fde73
......@@ -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 += ",";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment