summaryrefslogtreecommitdiff
path: root/src/textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c4
1 files changed, 2 insertions, 2 deletions
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