REDESIGNED: Shapes texture/rec moved to shapes module

This commit is contained in:
raysan5 2021-04-04 14:59:17 +02:00
parent c21baf0d92
commit 66f3434571
5 changed files with 112 additions and 142 deletions

View file

@ -2950,12 +2950,6 @@ Image GetScreenData(void)
return image;
}
// Define default texture used to draw shapes
void SetShapesTexture(Texture2D texture, Rectangle source)
{
rlSetShapesTexture(texture, source);
}
//------------------------------------------------------------------------------------
// Texture configuration functions
//------------------------------------------------------------------------------------