mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-17 16:58:14 +00:00
Review text formatting (spacing, tabs...)
This commit is contained in:
@@ -489,7 +489,7 @@ Rectangle GetCollisionRec(Rectangle rec1, Rectangle rec2)
|
||||
retRec.height = rec2.height - dyy;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (rec1.width > rec2.width)
|
||||
{
|
||||
if (retRec.width >= rec2.width) retRec.width = rec2.width;
|
||||
|
Reference in New Issue
Block a user