Sector edit form: Disable texture scaling (for now)

This commit is contained in:
MascaraSnake 2022-12-30 15:11:19 +01:00
parent 95a709ff7d
commit c28d1c42b3

View file

@ -221,6 +221,9 @@ namespace CodeImp.DoomBuilder.Windows
floorLightAbsolute.Enabled = false;
resetfloorlight.Enabled = false;
}
ceilScale.Enabled = false;
floorScale.Enabled = false;
}
#endregion