mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-01 05:10:54 +00:00
Sector edit form: Disable texture scaling (for now)
This commit is contained in:
parent
95a709ff7d
commit
c28d1c42b3
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
floorLightAbsolute.Enabled = false;
|
||||
resetfloorlight.Enabled = false;
|
||||
}
|
||||
|
||||
ceilScale.Enabled = false;
|
||||
floorScale.Enabled = false;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue