From 448d8308b6ee1703d386c230fbd3010a2357695a Mon Sep 17 00:00:00 2001 From: PtitLuca Date: Fri, 18 Jun 2021 11:26:59 +0200 Subject: fix: change all occurences of MeshBoundingBox to GetMeshBoundingBox --- examples/web/models/models_mesh_picking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/web/models/models_mesh_picking.c') 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 -- cgit v1.2.3