Browse Source

Fixed up line-endings to be consistent

punkoffice 9 năm trước cách đây
mục cha
commit
ed0d3754df
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Exporters/Unity 5/Unity3D2Babylon/SceneBuilder.Meshes.cs

+ 2 - 2
Exporters/Unity 5/Unity3D2Babylon/SceneBuilder.Meshes.cs

@@ -123,8 +123,8 @@ namespace Unity3D2Babylon
             babylonMesh.id = GetID(transform.gameObject);
             babylonMesh.receiveShadows = renderer.receiveShadows;
 
-            babylonMesh.parentId = GetParentID(transform);
-            ConvertTransform(babylonMesh, transform, gameObject, instances);
+            babylonMesh.parentId = GetParentID(transform);
+            ConvertTransform(babylonMesh, transform, gameObject, instances);
 
             babylonMesh.positions = new float[mesh.vertexCount * 3];