Merge branch 'master' of github.com:Ancurio/mkxp
Conflicts: src/tileatlasvx.cpp I fucked up somehow.
This commit is contained in:
		
						commit
						18076c9ae4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -277,7 +277,6 @@ static void doBlit(Bitmap *bm, const IntRect &src, const Vec2i &dst)
 | 
				
			||||||
	Vec2i _dst(dst.x*32, dst.y*32);
 | 
						Vec2i _dst(dst.x*32, dst.y*32);
 | 
				
			||||||
	IntRect bmr(0, 0, bm->width(), bm->height());
 | 
						IntRect bmr(0, 0, bm->width(), bm->height());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Drop blit if source rect lies outside bitmap rect */
 | 
					 | 
				
			||||||
	if (!SDL_IntersectRect(&_src, &bmr, &_src))
 | 
						if (!SDL_IntersectRect(&_src, &bmr, &_src))
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue