* Fixed a few issues related to the Texture2D support/export.
This commit is contained in:
sinaioutlander
2020-10-11 20:07:23 +11:00
parent dd6cce1df1
commit b41f7211e5
11 changed files with 313 additions and 152 deletions

View File

@ -213,6 +213,7 @@ namespace Explorer.UI.Inspectors
try
{
var cached = CacheFactory.GetCacheObject(member, target);
if (cached != null)
{
cachedSigs.Add(sig);