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:
parent
14de8db5da
commit
58bb1c6380
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue