summaryrefslogtreecommitdiffhomepage
path: root/src/rmodels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmodels.c')
-rw-r--r--src/rmodels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmodels.c b/src/rmodels.c
index b0120932..68c2d75b 100644
--- a/src/rmodels.c
+++ b/src/rmodels.c
@@ -1160,7 +1160,7 @@ BoundingBox GetModelBoundingBox(Model model)
bounds.max = temp;
}
}
-
+
// Apply model.transform to bounding box
// WARNING: Current BoundingBox structure design does not support rotation transformations,
// in those cases is up to the user to calculate the proper box bounds (8 vertices transformed)