Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Mar 17, 2024
1 parent c34af71 commit a18b1c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/Assets/Scripts/Importer/MirabufDefinitionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public static void MakePartDefinition(GameObject container, PartDefinition defin
AssemblyData assemblyData, ColliderGenType colliderGenType, bool useIndex, int partIndex) {
PhysicMaterial physMat = new PhysicMaterial { dynamicFriction = 0.6f, staticFriction = 0.6f };
foreach (var body in definition.Bodies) {

if (body.TriangleMesh == null)
continue;

Expand Down

0 comments on commit a18b1c1

Please sign in to comment.