修复爆炸效果

This commit is contained in:
aozhiwei 2020-06-12 13:55:29 +08:00
parent 84e699bdc5
commit 56716dbc4b

View File

@ -152,7 +152,7 @@ void Bullet::ProcBomb()
//榴弹炮
a8::Vec2 bomb_pos = GetPos();
room->frame_event.AddExplosionEx(player, meta->i->id(), bomb_pos,
meta->i->explosion_effect());
gun_meta->i->explosion_effect());
OnHit(objects);
}
break;