Skip to content

Commit 6711d9c

Browse files
committed
tiny reorder
1 parent 745a2d5 commit 6711d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Managers/SettingsMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ int SettingsMan::Save(Writer& writer) const {
295295
writer.NewPropertyWithValue("PathFinderGridNodeSize", m_PathFinderGridNodeSize);
296296
writer.NewPropertyWithValue("AIUpdateInterval", m_AIUpdateInterval);
297297
writer.NewPropertyWithValue("NumberOfLuaStatesOverride", m_NumberOfLuaStatesOverride);
298-
writer.NewPropertyWithValue("LuaMultithreadedGarbageCollectionDisabled", m_LuaMultithreadedGarbageCollectionDisabled);
299298
writer.NewPropertyWithValue("ForceImmediatePathingRequestCompletion", m_ForceImmediatePathingRequestCompletion);
299+
writer.NewPropertyWithValue("LuaMultithreadedGarbageCollectionDisabled", m_LuaMultithreadedGarbageCollectionDisabled);
300300
writer.NewPropertyWithValue("EnableParticleSettling", g_MovableMan.m_SettlingEnabled);
301301
writer.NewPropertyWithValue("EnableMOSubtraction", g_MovableMan.m_MOSubtractionEnabled);
302302
writer.NewPropertyWithValue("DeltaTime", g_TimerMan.GetDeltaTimeSecs());

0 commit comments

Comments
 (0)