From adabdca282f342ae12d6f8e317ea6c92070b51d1 Mon Sep 17 00:00:00 2001 From: Oliver Bevan Date: Wed, 16 Oct 2024 22:25:50 +0100 Subject: [PATCH] Flip UVs by default --- IndustrialPark/ArchiveEditor/Dialogs/ImportModel.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IndustrialPark/ArchiveEditor/Dialogs/ImportModel.Designer.cs b/IndustrialPark/ArchiveEditor/Dialogs/ImportModel.Designer.cs index b6bc785..2476b33 100644 --- a/IndustrialPark/ArchiveEditor/Dialogs/ImportModel.Designer.cs +++ b/IndustrialPark/ArchiveEditor/Dialogs/ImportModel.Designer.cs @@ -110,6 +110,8 @@ private void InitializeComponent() // checkBoxFlipUVs // resources.ApplyResources(this.checkBoxFlipUVs, "checkBoxFlipUVs"); + this.checkBoxFlipUVs.Checked = true; + this.checkBoxFlipUVs.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxFlipUVs.Name = "checkBoxFlipUVs"; this.checkBoxFlipUVs.UseVisualStyleBackColor = true; //