Texture Cache: More rescaling fixes.
This commit is contained in:
parent
10e5065a5c
commit
84f2aea896
4 changed files with 102 additions and 90 deletions
|
@ -918,7 +918,7 @@ bool Image::ScaleUp() {
|
|||
return false;
|
||||
}
|
||||
flags |= ImageFlagBits::Rescaled;
|
||||
Scale();
|
||||
//Scale();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -927,7 +927,7 @@ bool Image::ScaleDown() {
|
|||
return false;
|
||||
}
|
||||
flags &= ~ImageFlagBits::Rescaled;
|
||||
Scale();
|
||||
//Scale();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue