mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 15:57:52 +08:00
1.6.0
* Fix for failed unstrip with RectOffset(int, int, int, int) ctor * Cleanups
This commit is contained in:
@ -212,6 +212,11 @@ namespace Explorer
|
||||
cacheList.WhiteSpace = 0f;
|
||||
cacheList.ButtonWidthOffset += 70f;
|
||||
}
|
||||
else if (m_cachedReturnValue is CacheDictionary cacheDict)
|
||||
{
|
||||
cacheDict.WhiteSpace = 0f;
|
||||
cacheDict.ButtonWidthOffset += 70f;
|
||||
}
|
||||
m_cachedReturnValue.UpdateValue();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user