This commit is contained in:
aozhiwei 2023-01-01 14:54:48 +08:00
parent 260a52154d
commit 7e7e7b11da

View File

@ -89,7 +89,6 @@ void MachineGunBuff::ProcSkill()
void MachineGunBuff::FgSkill()
{
bool shot_ok = false;
a8::Vec2 target_dir;
float fly_distance = 0;
int trace_target_uniid = 0;
owner->Shot(owner->context_dir, shot_ok, fly_distance, trace_target_uniid);