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 1b13330 commit fc73b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetP3DLib/NetP3DLib/P3D/P3DFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ public byte[] Bytes
(uint)ChunkIdentifier.Skin,
(uint)ChunkIdentifier.Expression_Group,
(uint)ChunkIdentifier.Expression_Mixer,
(uint)ChunkIdentifier.Path,
(uint)ChunkIdentifier.Wall,
(uint)ChunkIdentifier.Fenceline,
(uint)ChunkIdentifier.Intersection,
(uint)ChunkIdentifier.Road_Data_Segment,
(uint)ChunkIdentifier.Road_Segment,
(uint)ChunkIdentifier.Road,
(uint)ChunkIdentifier.Path,
(uint)ChunkIdentifier.Fence,
(uint)ChunkIdentifier.Composite_Drawable,
(uint)ChunkIdentifier.Animated_Object_Factory,
(uint)ChunkIdentifier.Animated_Object,
Expand Down

0 comments on commit fc73b74

Please sign in to comment.