mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Fix typo. Actually asserts there would be more convenient for debugging
purposes. svn-id: r15892
This commit is contained in:
parent
ca7f3814eb
commit
e92054b468
@ -107,7 +107,7 @@ void Surface::fillRect(const Common::Rect &rOld, uint32 color) const {
|
||||
ptr += pitch/2;
|
||||
}
|
||||
} else {
|
||||
error("Surface::vLine: bytesPerPixel must be 1 or 2");
|
||||
error("Surface::fillRect: bytesPerPixel must be 1 or 2");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user