YPT viewing improvements

This commit is contained in:
dexy
2020-01-27 07:26:27 +11:00
Unverified
parent cedf2f73f6
commit 78a254fcc1
2 changed files with 54 additions and 56 deletions
+4
View File
@@ -1873,6 +1873,10 @@ namespace CodeWalker.Forms
{
td = Yft.Fragment?.Drawable?.ShaderGroup?.TextureDictionary;
}
else if ((Ypt != null) && (Ypt.Loaded))
{
td = Ypt?.PtfxList?.TextureDictionary;
}
if (td != null)
{