Disabled scissor rect for tile rendering.

This commit is contained in:
Justin Marshall
2020-07-03 10:11:49 -07:00
parent 1ae367ef3b
commit 52b5c8870f
+2 -2
View File
@@ -271,9 +271,9 @@ void __cdecl Buffer_Draw_Stamp_Clip2(GraphicViewPortClass& viewport, const void
icon_index = 0;
}
GL_SetClipRect(xstart, ystart, blit_width, blit_height);
//GL_SetClipRect(xstart, ystart, blit_width, blit_height);
GL_RenderImage(iconImage, xstart, ystart, blit_width, blit_height, 0, icon_index);
GL_ResetClipRect();
//GL_ResetClipRect();
}
}
}