Fix a compilation error on Pandora.

This commit is contained in:
Boldizsár Lipka 2013-03-17 10:16:17 +00:00
parent 05e6afc22b
commit 4aa7d7b678

View file

@ -602,7 +602,7 @@ surface scale_surface_sharp(const surface& surf, int w, int h, bool optimize)
}
#ifdef PANDORA
scale_surface_down(dst);
scale_surface_down(dst, src, w, h);
#else
{
const_surface_lock src_lock(src);