mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 07:18:14 +00:00
fix typos in rmodels, rshapes, rtext modules (#3236)
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user