Skip to content

Commit

Permalink
Changing chunk sort priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampo committed Aug 21, 2024
1 parent 467cba7 commit 1b13330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NetP3DLib/NetP3DLib/P3D/P3DFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ public byte[] Bytes
(uint)ChunkIdentifier.Mesh,
(uint)ChunkIdentifier.Physics_Object,
(uint)ChunkIdentifier.Collision_Object,
(uint)ChunkIdentifier.Anim_Dyna_Phys_Wrapper,
(uint)ChunkIdentifier.Anim_Obj_Wrapper,
(uint)ChunkIdentifier.Breakable_Object,
(uint)ChunkIdentifier.Inst_Particle_System,
(uint)ChunkIdentifier.Anim,
(uint)ChunkIdentifier.Locator,
(uint)ChunkIdentifier.Spline,
(uint)ChunkIdentifier.Anim_Dyna_Phys_Wrapper,
(uint)ChunkIdentifier.Collision_Effect,
(uint)ChunkIdentifier.Instance_List,
(uint)ChunkIdentifier.Anim_Obj_Wrapper,
(uint)ChunkIdentifier.Anim_Dyna_Phys,
(uint)ChunkIdentifier.Anim_Coll,
(uint)ChunkIdentifier.Locator,
(uint)ChunkIdentifier.Spline,
(uint)ChunkIdentifier.Skin,
(uint)ChunkIdentifier.Expression_Group,
(uint)ChunkIdentifier.Expression_Mixer,
Expand Down

0 comments on commit 1b13330

Please sign in to comment.