fix typos in rmodels, rshapes, rtext modules (#3236)

This commit is contained in:
RadsammyT
2023-08-09 18:21:14 -04:00
committed by GitHub
parent 90f1749965
commit 0959f6ebf6
3 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ void SetShapesTexture(Texture2D texture, Rectangle source)
{
// Reset texture to default pixel if required
// WARNING: Shapes texture should be probably better validated,
// it can break the rendering of all shapes if missused
// it can break the rendering of all shapes if misused
if ((texture.id == 0) || (source.width == 0) || (source.height == 0))
{
texShapes = (Texture2D){ 1, 1, 1, 1, 7 };