From acc56fc7c2bedde6eced005eab0a37b6281b9a23 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 1 May 2023 18:23:36 +0300 Subject: Texture now can be either Texture or RenderTexture. No need to change texture source anymore. --- changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'changelog') 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 -- cgit v1.2.3