Fix cached list giving nutexb crashes
This commit is contained in:
parent
5b1ba08874
commit
6e4e50fb30
Binary file not shown.
@ -1363,7 +1363,9 @@ namespace FirstPlugin
|
||||
|
||||
setting.SurfaceDim = surfaceDim;
|
||||
|
||||
var ImageDataCached = Texture.TextureData;
|
||||
var ImageDataCached = new List<List<byte[]>>();
|
||||
if (Texture.TextureData != null)
|
||||
ImageDataCached = Texture.TextureData;
|
||||
|
||||
switch (ext)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user