Fix a compilation error on Pandora.
This commit is contained in:
parent
05e6afc22b
commit
4aa7d7b678
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue