Skip to content

Commit

Permalink
Merge pull request #2317 from saturday06/fix-collider-export-unreacha…
Browse files Browse the repository at this point in the history
…ble-code

コライダーエクスポート時の "Unreachable code detected" 警告に対応
  • Loading branch information
ousttrue authored Jun 14, 2024
2 parents 999714e + d3ae265 commit 4491ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/VRM10/Runtime/IO/Vrm10Exporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ static UniGLTF.Extensions.VRMC_springBone_extended_collider.ExtendedColliderShap
};
break;
}
break;
}
return shape;
}
Expand Down

0 comments on commit 4491ecc

Please sign in to comment.