Skip to content

Commit 95bb6b3

Browse files
committed
.
1 parent e3f4e35 commit 95bb6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CathodeLib/Scripts/CATHODE/EnvironmentMaps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ override protected bool LoadInternal()
3737

3838
override protected bool SaveInternal()
3939
{
40-
List<Mapping> orderedEntries = Entries.OrderByDescending(o => o.MoverIndex).ToList();
40+
List<Mapping> orderedEntries = Entries.OrderBy(o => o.MoverIndex).ToList();
4141

4242
using (BinaryWriter writer = new BinaryWriter(File.OpenWrite(_filepath)))
4343
{

0 commit comments

Comments
 (0)