Pre-resize fillparent
This commit is contained in:
@@ -14,6 +14,7 @@ cCollision::~cCollision()
|
||||
{
|
||||
}
|
||||
|
||||
/// Functions
|
||||
/*static*/ const bool cCollision::BoundingBox( const SDL_Rect& a, const SDL_Rect& b )
|
||||
{
|
||||
if ((b.x + b.w) < a.x)
|
||||
|
||||
Reference in New Issue
Block a user