From de7beef05d56a23c4ab06202013965e3da014ef3 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 31 Oct 2023 15:54:52 +0100 Subject: Remove trailing spaces --- src/rmodels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmodels.c') 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) -- cgit v1.2.3