mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-29 09:58:05 +00:00
AQUI LLEGO TU LOBITO, MI LOBA.
This commit is contained in:
@@ -2440,6 +2440,7 @@ bool Image::ScaleUp(bool ignore) {
|
||||
runtime->ViewFormats(info.format));
|
||||
ignore = false;
|
||||
}
|
||||
ignore = true;
|
||||
current_image = &Image::scaled_image;
|
||||
if (ignore) {
|
||||
return true;
|
||||
@@ -2468,6 +2469,7 @@ bool Image::ScaleDown(bool ignore) {
|
||||
}
|
||||
ASSERT(info.type != ImageType::Linear);
|
||||
flags &= ~ImageFlagBits::Rescaled;
|
||||
ignore = true;
|
||||
current_image = &Image::original_image;
|
||||
if (ignore) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user