1
0
mirror of synced 2024-11-28 01:10:51 +01:00

Ops don't disable that

This commit is contained in:
KillzXGaming 2019-07-07 15:22:32 -04:00
parent 8f15b9fab0
commit 3b571a0319

View File

@ -94,8 +94,6 @@ namespace Switch_Toolbox.Library.Rendering
if (!Runtime.OpenTKInitialized || GLInitialized || Runtime.UseLegacyGL)
return;
return;
width = (int)GenericTexture.Width;
height = (int)GenericTexture.Height;
if (GenericTexture.ArrayCount == 0)