summaryrefslogtreecommitdiffhomepage
path: root/projects/Geany
diff options
context:
space:
mode:
authorPtitLuca <[email protected]>2021-06-18 13:11:10 +0200
committerGitHub <[email protected]>2021-06-18 13:11:10 +0200
commitc37f776e87ff948ec81011a7707ad0fd59b3a0f0 (patch)
tree0f1f523caad3831bf0bf6f875d93b45de3c2533b /projects/Geany
parent1dd9fbae94cde2238e25df80958ea6edae6d5103 (diff)
downloadraylib-c37f776e87ff948ec81011a7707ad0fd59b3a0f0.tar.gz
raylib-c37f776e87ff948ec81011a7707ad0fd59b3a0f0.zip
fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836)
Diffstat (limited to 'projects/Geany')
-rw-r--r--projects/Geany/raylib.c.tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Geany/raylib.c.tags b/projects/Geany/raylib.c.tags
index 1b47efdd..78e6e724 100644
--- a/projects/Geany/raylib.c.tags
+++ b/projects/Geany/raylib.c.tags
@@ -298,7 +298,7 @@ GenMeshTorus|Mesh|(float radius, float size, int radSeg, int sides);|
GenMeshKnot|Mesh|(float radius, float size, int radSeg, int sides);|
GenMeshHeightmap|Mesh|(Image heightmap, Vector3 size);|
GenMeshCubicmap|Mesh|(Image cubicmap, Vector3 cubeSize);|
-MeshBoundingBox|BoundingBox|(Mesh mesh);|
+GetMeshBoundingBox|BoundingBox|(Mesh mesh);|
MeshTangents|void|(Mesh *mesh);|
MeshBinormals|void|(Mesh *mesh);|
DrawModel|void|(Model model, Vector3 position, float scale, Color tint);|