File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments