1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Prevent passing bad settings if textures are scrolled quickly

This commit is contained in:
KillzXGaming 2019-05-04 19:36:00 -04:00
parent 0fa72c7467
commit 76799de193
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -122,6 +122,8 @@ namespace FirstPlugin
WidthLabel.Text = $"Width {SelectedTexSettings.TexWidth}";
HeightLabel.Text = $"Height {SelectedTexSettings.TexHeight}";
if (Thread != null && Thread.IsAlive)
Thread.Abort();
if (formatComboBox.SelectedItem is SurfaceFormat)
{