diff options
| author | raysan5 <[email protected]> | 2021-04-04 14:59:17 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-04-04 14:59:17 +0200 |
| commit | 66f3434571af00d945a2dcc4f0ed734afe6973d8 (patch) | |
| tree | 2eadde0c14d9922a811f807971906b6a0cd4ca4a /src/textures.c | |
| parent | c21baf0d92c9a3ad44d46b698fb87d739dd64dc6 (diff) | |
| download | raylib-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.c | 6 |
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 //------------------------------------------------------------------------------------ |
