We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f4e35 commit 95bb6b3Copy full SHA for 95bb6b3
1 file changed
CathodeLib/Scripts/CATHODE/EnvironmentMaps.cs
@@ -37,7 +37,7 @@ override protected bool LoadInternal()
37
38
override protected bool SaveInternal()
39
{
40
- List<Mapping> orderedEntries = Entries.OrderByDescending(o => o.MoverIndex).ToList();
+ List<Mapping> orderedEntries = Entries.OrderBy(o => o.MoverIndex).ToList();
41
42
using (BinaryWriter writer = new BinaryWriter(File.OpenWrite(_filepath)))
43
0 commit comments