Version: 187.1.1

This commit is contained in:
metalgearsloth
2023-12-05 00:44:56 +11:00
parent 2fca0e03ee
commit d8e70b4d52
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -54,6 +54,14 @@ END TEMPLATE-->
*None yet*
## 187.1.1
### Bugfixes
* Revert physics solver job to fix crashes until box2d v3 rolls around.
* Don't RegenerateContacts if the body isn't collidable to avoid putting non-collidable proxies on the movebuffer.
## 187.1.0
### Bugfixes