collisionFlag = scheduler.checkCollision(eventObj);
Why does it always return true? Even when the event in picture is not colliding with any other event?
Any help would be greatly appreciated.
collisionFlag = scheduler.checkCollision(eventObj);
Why does it always return true? Even when the event in picture is not colliding with any other event?
Any help would be greatly appreciated.