File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4725,7 +4725,9 @@ function UniversalAutoload:addLoadedObject(object)
47254725 local spec = self .spec_universalAutoload
47264726
47274727 if spec .loadedObjects [object ] == nil and (not UniversalAutoload .isValidForManualLoading (object )
4728- or (object .isSplitShape and spec .autoLoadingObjects [object ] == nil )) then
4728+ or (not spec .enableSideLoading and not spec .enableRearLoading )
4729+ or (object .isSplitShape and spec .autoLoadingObjects [object ] == nil )
4730+ ) then
47294731 spec .loadedObjects [object ] = object
47304732 spec .objectToLoadingAreaIndex [object ] = spec .currentLoadAreaIndex or 1
47314733 spec .totalUnloadCount = spec .totalUnloadCount + 1
Original file line number Diff line number Diff line change 22<modDesc descVersion =" 80" >
33
44 <author >loki_79</author >
5- <version >1.5.2.1 </version >
5+ <version >1.5.2.2 </version >
66
77 <title >
88 <en >Universal Autoload</en >
You can’t perform that action at this time.
0 commit comments