Version: 242.0.1

This commit is contained in:
metalgearsloth
2025-02-02 12:29:24 +11:00
parent 1bf0687671
commit bd69d51d36
2 changed files with 14 additions and 2 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

@@ -43,7 +43,7 @@ END TEMPLATE-->
### Bugfixes
* Fixed prototype reloading/hotloading not properly handling data-fields with the `AlwaysPushInheritanceAttribute`
*None yet*
### Other
@@ -54,6 +54,18 @@ END TEMPLATE-->
*None yet*
## 242.0.1
### Bugfixes
* Fixed prototype reloading/hotloading not properly handling data-fields with the `AlwaysPushInheritanceAttribute`
* Fix the pooled polygons using incorrect vertices for EntityLookup and MapManager.
### Internal
* Avoid normalizing angles constructed from vectors.
## 242.0.0
### Breaking changes