fix a copy paste error in 2011-12-10T15:37:06Z!koraq@xs4all.nl

This showed wrong error messages for me.
This commit is contained in:
Anonymissimus 2011-12-14 14:50:57 +00:00
parent 14de8db5da
commit 58bb1c6380

View file

@ -201,7 +201,7 @@ surface blit_modification::operator()(const surface& src) const
if(surf_->h + y_ > src->h) {
std::stringstream sstr;
sstr << "~BLIT(): offset and height '"
<< x_ + surf_->h << "' larger than destination image's height '"
<< y_ + surf_->h << "' larger than destination image's height '"
<< src->h << "' no blitting performed.\n";
throw texception(sstr);