1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Update viewport properly if a texture is replaced for wii u bfres

This commit is contained in:
KillzXGaming 2019-06-04 17:03:15 -04:00
parent e62faba478
commit 16b53bd2a6
5 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -248,6 +248,7 @@ namespace Bfres.Structs
IsReplaced = true;
Read(texture);
LoadOpenGLTexture();
LibraryGUI.Instance.UpdateViewport();
}
}
else
@ -271,6 +272,7 @@ namespace Bfres.Structs
IsReplaced = true;
Read(texture);
LoadOpenGLTexture();
LibraryGUI.Instance.UpdateViewport();
}
else
{