summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-09-25 20:54:32 +0300
committerjussi2024-09-25 20:54:32 +0300
commit45e11be96a7503a0cfe29bbbcc8d885d81ab9591 (patch)
treebcd06238db0d83c62f117acca4f8d2d321c31e6a /changelog
parentcd6471d339c394a37a1d46119818e0cabdcf5b42 (diff)
downloadreilua-enhanced-45e11be96a7503a0cfe29bbbcc8d885d81ab9591.tar.gz
reilua-enhanced-45e11be96a7503a0cfe29bbbcc8d885d81ab9591.tar.bz2
reilua-enhanced-45e11be96a7503a0cfe29bbbcc8d885d81ab9591.zip
UnloadMaterial can also optionally free textures and shader.
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog b/changelog
index 9afb55a..09e5648 100644
--- a/changelog
+++ b/changelog
@@ -63,8 +63,8 @@ DETAILED CHANGES:
- ADDED: GetMouseOffset and GetMouseScale.
- CHANGE: Raymath *Equals functions return bool instead of int.
- FIXED: ColorToInt cast to unsigned int.
- - ADDED: Many Gui controls accept now nil for text.
- - ADDED: Some raygui controls return 1 instead of 0 when pressed or scrolled.
+ - CHANGE: Many Gui controls accept now nil for text.
+ - CHANGE: Some raygui controls return 1 instead of 0 when pressed or scrolled.
- ADDED: DrawGridEx.
- ADDED: GetRayBoxCells.
- FIXED: GenImageColor color was also argument 1.
@@ -72,6 +72,7 @@ DETAILED CHANGES:
- ADDED: LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource file example.
- ADDED: GetBufferAsString.
- FIXED: rlSetVertexAttribute takes pointer as Buffer.
+ - CHANGE: UnloadMaterial can also optionally free textures and shader.
------------------------------------------------------------------------
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0