mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Ops don't disable that
This commit is contained in:
parent
8f15b9fab0
commit
3b571a0319
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue