From b59564de58b0d3e93952d4842f4fab04baacf9d8 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 14 Aug 2025 09:55:52 -0400 Subject: [PATCH] Update raylib.h --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index dcdf8e049..a8350d875 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1570,7 +1570,7 @@ RLAPI void DrawModelEx(Model model, Vector3 position, Vector3 rotationAxis, floa RLAPI void DrawModelPro(Model model, Matrix transform, Color tint); // Draw a model with pro parameters RLAPI void DrawModelWires(Model model, Vector3 position, float scale, Color tint); // Draw a model wires (with texture if set) RLAPI void DrawModelWiresEx(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint); // Draw a model wires (with texture if set) with extended parameters -RLAPI void DrawModelWiresPro(Model model, Matrix transform, Color tint); // Draw a model wires (with texture if set) with prod parameters +RLAPI void DrawModelWiresPro(Model model, Matrix transform, Color tint); // Draw a model wires (with texture if set) with pro parameters RLAPI void DrawModelPoints(Model model, Vector3 position, float scale, Color tint); // Draw a model as points RLAPI void DrawModelPointsEx(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint); // Draw a model as points with extended parameters RLAPI void DrawBoundingBox(BoundingBox box, Color color); // Draw bounding box (wires)