summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-05-01 18:23:36 +0300
committerjussi2023-05-01 18:23:36 +0300
commitacc56fc7c2bedde6eced005eab0a37b6281b9a23 (patch)
tree6298f7eeee27469f20d6d992c93118aa162b49a8 /changelog
parent8b6337446dd79faf226ea9df40d4d06d81c38436 (diff)
downloadreilua-enhanced-acc56fc7c2bedde6eced005eab0a37b6281b9a23.tar.gz
reilua-enhanced-acc56fc7c2bedde6eced005eab0a37b6281b9a23.tar.bz2
reilua-enhanced-acc56fc7c2bedde6eced005eab0a37b6281b9a23.zip
Texture now can be either Texture or RenderTexture. No need to change texture source anymore.
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 3d5d695..3b874df 100644
--- a/changelog
+++ b/changelog
@@ -11,6 +11,7 @@ KEY CHANGES:
- ADDED: Camera3D Lua lib.
- ADDED: Raygui wrapper lib.
- CHANGED: Can now have multiple Music objects like other Raylib objects instead of just one.
+ - CHANGED: Texture now can be either Texture or RenderTexture. No need to change texture source anymore.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables.
@@ -59,6 +60,10 @@ Detailed changes:
- ADDED: GetMusicLooping
- ADDED: DrawCapsule and DrawCapsuleWires
- ADDED: Free Camera3D example
+ - REMOVED: SetTextureSource
+ - REMOVED: GetTextureSource
+ - REMOVED: UnloadRenderTexture
+ - ADDED: GetTextureType
------------------------------------------------------------------------
Release: ReiLua version 0.4.0 Using Raylib 4.2