1
0
mirror of synced 2025-01-19 09:17:30 +01:00

Update after applying

This commit is contained in:
KillzXGaming 2019-04-29 14:54:47 -04:00
parent c50b57d5dc
commit 9aed684e16
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -902,8 +902,8 @@ namespace Switch_Toolbox.Library.Forms
if (Image != null)
{
//Applying edits will generate mip maps
UpdateEdit(Image);
ApplyEdit();
UpdateEdit(Image);
}
}
}