diff options
| author | jussi | 2023-04-09 22:19:47 +0300 |
|---|---|---|
| committer | jussi | 2023-04-09 22:19:47 +0300 |
| commit | f4ae19ca7d62a2bc6b125a1ddb678300b30790d2 (patch) | |
| tree | 057373c6d815aacfc5127bdba274b848ccbd93be /changelog | |
| parent | 6dad6544d7196905668b4863487daa00ac9843f7 (diff) | |
| download | reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.tar.gz reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.tar.bz2 reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.zip | |
New argument style for rlgl, text, lights and math.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ Detailed changes: - CHANGED: DrawLineStrip no longer require pointsCount - CHANGED: DrawTriangleFan no longer require pointsCount - CHANGED: DrawTriangleStrip no longer require pointsCount - - REVISED: How argumets are handled. Now uluaGet* functions can take index. Also using mostly positive stack indexing. + - REVISED: How argumets are handled. Now uluaGet*Index functions can take stack index(positive only). + Also using mostly positive stack indexing. ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 |
