mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 06:51:09 +00:00
Right-clicking the angle wheel in the thing editing dialog will not clamp to 45° angles in binary map format game configurations anymore. Fixes #788
This commit is contained in:
parent
179f72068f
commit
8808d5ce3c
2 changed files with 0 additions and 6 deletions
|
@ -35,9 +35,6 @@ mapnameformat = "MAPxy";
|
|||
//mxd. No DECORATE support in vanilla
|
||||
decorategames = "";
|
||||
|
||||
//mxd. Don't do vanilla-style thing rotation angle clamping
|
||||
doomthingrotationangles = false;
|
||||
|
||||
// Default thing filters
|
||||
// (these are not required, just useful for new users)
|
||||
thingsfilters
|
||||
|
|
|
@ -17,9 +17,6 @@ common
|
|||
defaultflatscale = 1.0f;
|
||||
scaledtextureoffsets = true;
|
||||
|
||||
//mxd. Do vanilla-style thing rotation angle clamping
|
||||
doomthingrotationangles = true;
|
||||
|
||||
// Texture sources
|
||||
textures
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue