More WIP starter/template scaling
Need to actually scale, if we have no background.
This commit is contained in:
parent
9b93805ef6
commit
03c57cc721
2 changed files with 3 additions and 1 deletions
|
|
@ -14356,7 +14356,8 @@ static void autoscale_copy_scale_or_smear_free(SDL_Surface * src, SDL_Surface *
|
||||||
} else {
|
} else {
|
||||||
printf("No smearing or background needed\n");
|
printf("No smearing or background needed\n");
|
||||||
|
|
||||||
SDL_FreeSurface(src);
|
autoscale_copy_smear_free(src, dst, blit);
|
||||||
|
// SDL_FreeSurface(src);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
templates/rocks.dat
Normal file
1
templates/rocks.dat
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
allowscale=both
|
||||||
Loading…
Add table
Add a link
Reference in a new issue