diff --git a/code/redalert/tileset.cpp b/code/redalert/tileset.cpp index c0365c0..c778f1c 100644 --- a/code/redalert/tileset.cpp +++ b/code/redalert/tileset.cpp @@ -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(); } } }