summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-13 22:28:47 +0200
committerRay <[email protected]>2022-08-13 22:28:47 +0200
commit48c7f65b77e4074469461d72e6852e649e539026 (patch)
tree52a1214abeaf14b0e3152b74161f3ce6f4755795 /src/rtextures.c
parente0b487c6411811af7e9a9ecc24e53a0367676985 (diff)
downloadraylib-48c7f65b77e4074469461d72e6852e649e539026.tar.gz
raylib-48c7f65b77e4074469461d72e6852e649e539026.zip
minor tweaks
Diffstat (limited to 'src/rtextures.c')
-rw-r--r--src/rtextures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c
index ec1c7a33..2490d1d1 100644
--- a/src/rtextures.c
+++ b/src/rtextures.c
@@ -3643,7 +3643,7 @@ void DrawTexturePoly(Texture2D texture, Vector2 center, Vector2 *points, Vector2
rlSetTexture(texture.id);
- // Texturing is only supported on QUADs
+ // Texturing is only supported on RL_QUADS
rlBegin(RL_QUADS);
rlColor4ub(tint.r, tint.g, tint.b, tint.a);