summaryrefslogtreecommitdiffhomepage
path: root/examples/web/models/models_mesh_picking.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/models/models_mesh_picking.c')
-rw-r--r--examples/web/models/models_mesh_picking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/models/models_mesh_picking.c b/examples/web/models/models_mesh_picking.c
index 2751918..90105ef 100644
--- a/examples/web/models/models_mesh_picking.c
+++ b/examples/web/models/models_mesh_picking.c
@@ -72,7 +72,7 @@ int main(void)
texture = LoadTexture("resources/models/turret_diffuse.png"); // Load model texture
tower.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture; // Set model diffuse texture
- towerBBox = MeshBoundingBox(tower.meshes[0]); // Get mesh bounding box
+ towerBBox = GetMeshBoundingBox(tower.meshes[0]); // Get mesh bounding box
SetCameraMode(camera, CAMERA_FREE); // Set a free camera mode