mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 02:49:57 +00:00
remove debug print in bombHolderSystem
This commit is contained in:
@@ -38,7 +38,6 @@ namespace BBM
|
||||
{
|
||||
if (radiusToDo <= 0)
|
||||
return;
|
||||
std::cout << "exploding at " << position << std::endl;
|
||||
wal.getSystem<EventSystem>().dispatchEvent([position, radiusToDo, posFrom](WAL::Wal &wal) {
|
||||
for (auto &[entity, pos, _] : wal.getScene()->view<PositionComponent, TagComponent<Blowable>>()) {
|
||||
if (pos.position.round() == position) {
|
||||
|
||||
Reference in New Issue
Block a user