summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-24 17:02:40 +0100
committerRay <[email protected]>2021-03-24 17:02:40 +0100
commit9bea64b5e460b20b655f951d1b3a6293c9fa9c3e (patch)
tree0396b751efecda074c9ae08881ae17cea1824f8d /src/raylib.h
parent9047025ab74c0c60559c73272eb6d0ba486c6d63 (diff)
downloadraylib-9bea64b5e460b20b655f951d1b3a6293c9fa9c3e.tar.gz
raylib-9bea64b5e460b20b655f951d1b3a6293c9fa9c3e.zip
REMOVED: DrawGizmo()
This is a very simple and specific implementation that should be better addressed by the users
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 57d306ba..6c7a7d16 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -1352,7 +1352,6 @@ RLAPI void DrawCylinderWires(Vector3 position, float radiusTop, float radiusBott
RLAPI void DrawPlane(Vector3 centerPos, Vector2 size, Color color); // Draw a plane XZ
RLAPI void DrawRay(Ray ray, Color color); // Draw a ray line
RLAPI void DrawGrid(int slices, float spacing); // Draw a grid (centered at (0, 0, 0))
-RLAPI void DrawGizmo(Vector3 position); // Draw simple gizmo
//------------------------------------------------------------------------------------
// Model 3d Loading and Drawing Functions (Module: models)