summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-04-04 14:59:17 +0200
committerraysan5 <[email protected]>2021-04-04 14:59:17 +0200
commit66f3434571af00d945a2dcc4f0ed734afe6973d8 (patch)
tree2eadde0c14d9922a811f807971906b6a0cd4ca4a /src/textures.c
parentc21baf0d92c9a3ad44d46b698fb87d739dd64dc6 (diff)
downloadraylib-66f3434571af00d945a2dcc4f0ed734afe6973d8.tar.gz
raylib-66f3434571af00d945a2dcc4f0ed734afe6973d8.zip
REDESIGNED: Shapes texture/rec moved to shapes module
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/textures.c b/src/textures.c
index bb4a8ed2..cea8bef1 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -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
//------------------------------------------------------------------------------------