mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-19 12:55:35 +00:00
Remove trailing spaces
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user