File diff r2203:ad7839082e5a → r2204:4670311b130c
gfx.c
Show inline comments
 
@@ -1729,8 +1729,6 @@ static void DbgScreenRect(int left, int 
 
}
 
#endif
 

	
 
extern bool _dbg_screen_rect;
 

	
 
void RedrawScreenRect(int left, int top, int right, int bottom)
 
{
 
	assert(right <= _screen.width && bottom <= _screen.height);