From 6938cdbaede7eb63b9bc2adb9e0a93e243e291ee Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 10 Apr 2023 16:05:45 +0300 Subject: LoadShaderFromMemory fix. --- src/textures.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/textures.c') diff --git a/src/textures.c b/src/textures.c index 1797bc7..b96bb5b 100644 --- a/src/textures.c +++ b/src/textures.c @@ -2531,7 +2531,7 @@ int ltexturesColorAlphaBlend( lua_State *L ) { } /* -> Color = RL.GetColor( unsigned int hexValue ) +> color = RL.GetColor( unsigned int hexValue ) Get Color structure from hexadecimal value @@ -2552,7 +2552,7 @@ int ltexturesGetColor( lua_State *L ) { } /* -> Color = RL.GetPixelColor( Texture2D texture, Vector2 position ) +> color = RL.GetPixelColor( Texture2D texture, Vector2 position ) Get pixel color from source texture -- cgit v1.2.3