Merge branch 'main' of https://gitea.sustancia.synology.me/JailDesigner/coffee_crisis_arcade_edition
This commit is contained in:
@@ -195,7 +195,7 @@ namespace shader
|
|||||||
if (usingOpenGL)
|
if (usingOpenGL)
|
||||||
{
|
{
|
||||||
SDL_GetTextureProperties(backBuffer);
|
SDL_GetTextureProperties(backBuffer);
|
||||||
// SDL_GL_BindTexture(backBuffer, nullptr, nullptr);
|
glBindTexture(GL_TEXTURE_2D, 1);
|
||||||
if (programId != 0)
|
if (programId != 0)
|
||||||
{
|
{
|
||||||
glGetIntegerv(GL_CURRENT_PROGRAM, &oldProgramId);
|
glGetIntegerv(GL_CURRENT_PROGRAM, &oldProgramId);
|
||||||
|
|||||||
Reference in New Issue
Block a user