mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
adjusted allowed thing stuck distance
This commit is contained in:
parent
3daf9307e9
commit
5dd57082b5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
#region ================== Constants
|
||||
|
||||
private const float ALLOWED_STUCK_DISTANCE = 3.0f;
|
||||
private const float ALLOWED_STUCK_DISTANCE = 6.0f;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue