Optimizations
This commit is contained in:
@@ -10,7 +10,10 @@ namespace Components
|
||||
|
||||
struct Collision : Component
|
||||
{
|
||||
Collision() : Phantom(false), Interested(false) { }
|
||||
|
||||
bool Phantom;
|
||||
bool Interested;
|
||||
std::vector<EntityID> CollidingEntities;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user