mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
Fix minimize crash by sacrificing an unnecessary feature
This commit is contained in:
parent
6f7091db62
commit
d41e36c751
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ void vaoUnbind(VAO &vao)
|
|||
}
|
||||
}
|
||||
|
||||
#define HAVE_NATIVE_BLIT gl.BlitFramebuffer
|
||||
#define HAVE_NATIVE_BLIT false //gl.BlitFramebuffer
|
||||
|
||||
static void _blitBegin(FBO::ID fbo, const Vec2i &size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue