diff --git a/src/rmodels.c b/src/rmodels.c index 681d578c5..24b0f17ab 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -3795,7 +3795,7 @@ void DrawModelEx(Model model, Vector3 position, Vector3 rotationAxis, float rota Matrix matTransform = MatrixMultiply(MatrixMultiply(matScale, matRotation), matTranslation); - DrawModelProd(model, matTransform, tint) + DrawModelPro(model, matTransform, tint) } // Draw a model with pro parameters