Remove Components upon removing entities, a lot of strange experimenting to remove frozen squid bug.
This commit is contained in:
@@ -18,6 +18,7 @@ struct Brick : Component
|
||||
int Points = 10;
|
||||
int Hits = 1;
|
||||
int Score = 50;
|
||||
bool Removed = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user