diff --git a/ChangelogDev.md b/ChangelogDev.md index 80193a45..b08b2097 100644 --- a/ChangelogDev.md +++ b/ChangelogDev.md @@ -3,6 +3,7 @@ * Added new method `update_bbox` to `BBMOD_Mesh`, which updates the mesh's bounding box using data from its vertex buffer. * Methods `from_buffer` and `to_buffer` of `BBMOD_Mesh` now throw a `BBMOD_Exception` if used when property `Model` is `undefined`. Previously this would cause a crash. -* Fix `ClearColor` of `BBMOD_DeferredRender` resulting into a wrong color because of gamma correction. +* Fixed `ClearColor` of `BBMOD_DeferredRender` resulting into a wrong color because of gamma correction. * Disabled Assimp option `AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS`, which should fix some problems with converting animated FBX models to BBMOD. -* Fix specular color of dielectric materials in `BBMOD_DeferredRenderer`. +* Fixed specular color of dielectric materials in `BBMOD_DeferredRenderer`. +* Fixed crash in `bbmod_async_save_load_update` in GM 2024.11.