Fixed #41/2

Removed min hard cap for MaxDegreeOfParallelism
This commit is contained in:
NotAlwaysTrue
2026-01-16 17:15:57 +08:00
parent e7e444e9b2
commit e24024cbb2
5 changed files with 14 additions and 7 deletions
@@ -1,4 +1,4 @@
// Copyright (c) 2017 Kastellanos Nikolaos
// Copyright (c) 2017 Kastellanos Nikolaos
/* Original source Farseer Physics Engine:
* Copyright (c) 2014 Ian Qvist, http://farseerphysics.codeplex.com
@@ -496,4 +496,4 @@ namespace FarseerPhysics.Dynamics.Contacts
#endregion
}
}
}