mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
fixed bad statement
This commit is contained in:
parent
8349d2bb93
commit
5e334d82ca
|
|
@ -599,7 +599,7 @@ namespace FModel.ViewModels
|
|||
var width = img.Width;
|
||||
var heigth = img.Height;
|
||||
|
||||
while (width < UPSCALE_SIZE || heigth < UPSCALE_SIZE)
|
||||
while (width < UPSCALE_SIZE && heigth < UPSCALE_SIZE)
|
||||
{
|
||||
width *= 2;
|
||||
heigth *= 2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user