minor tweaks

This commit is contained in:
Ray 2022-08-13 22:28:47 +02:00
parent e0b487c641
commit 48c7f65b77
2 changed files with 4 additions and 4 deletions

View file

@ -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);