Skip to content

Commit

Permalink
think it more right
Browse files Browse the repository at this point in the history
  • Loading branch information
qqshka committed Jan 25, 2010
1 parent 37b4bb5 commit 0894e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r_draw.c
Expand Up @@ -276,9 +276,9 @@ void Draw_EnableScissorRectangle(int x, int y, int width, int height)
void Draw_DisableScissor()
{
scissor_left = 0;
scissor_right = vid.conwidth;
scissor_right = vid.width;
scissor_top = 0;
scissor_bottom = vid.conheight;
scissor_bottom = vid.height;
}

void Draw_Init (void)
Expand Down

0 comments on commit 0894e26

Please sign in to comment.