summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/raylib_shapes.c
diff options
context:
space:
mode:
Diffstat (limited to 'cheatsheet/raylib_shapes.c')
-rw-r--r--cheatsheet/raylib_shapes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cheatsheet/raylib_shapes.c b/cheatsheet/raylib_shapes.c
index 094503d..de409df 100644
--- a/cheatsheet/raylib_shapes.c
+++ b/cheatsheet/raylib_shapes.c
@@ -1,5 +1,3 @@
-
- // Set texture and rectangle to be used on shapes drawing
// NOTE: It can be useful when using basic shapes and one single font,
// defining a font char white rectangle would allow drawing everything in a single draw call
void SetShapesTexture(Texture2D texture, Rectangle source); // Set texture and rectangle to be used on shapes drawing