diff options
| author | Ray <[email protected]> | 2023-10-31 15:54:52 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-31 15:54:52 +0100 |
| commit | de7beef05d56a23c4ab06202013965e3da014ef3 (patch) | |
| tree | c28ba654bd992085d912c180aa1c252051d3b387 /src/rmodels.c | |
| parent | f88604e6d5e0b17280b05081450a0e9b31d8621d (diff) | |
| download | raylib-de7beef05d56a23c4ab06202013965e3da014ef3.tar.gz raylib-de7beef05d56a23c4ab06202013965e3da014ef3.zip | |
Remove trailing spaces
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 2 |
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) |
