Remove a redundant glEnd in glx_dim_dst

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-29 22:26:26 +00:00
parent 4881de924a
commit 4e14eec2ba
2 changed files with 0 additions and 4 deletions

View File

@ -327,8 +327,6 @@ bool gl_dim_reg(session_t *ps, int dx, int dy, int width, int height, float z,
P_PAINTREG_END();
}
glEnd();
glColor4f(0.0f, 0.0f, 0.0f, 0.0f);
glDisable(GL_BLEND);