diff --git a/DungeonShooting_Godot/src/game/role/Role.cs b/DungeonShooting_Godot/src/game/role/Role.cs index 0698454..9df52a2 100644 --- a/DungeonShooting_Godot/src/game/role/Role.cs +++ b/DungeonShooting_Godot/src/game/role/Role.cs @@ -448,7 +448,7 @@ { temp.Y = -temp.Y; } - var pos = GlobalPosition + temp.Rotated(weapon.GlobalRotation); + //var pos = GlobalPosition + temp.Rotated(weapon.GlobalRotation); Holster.RemoveWeapon(index); //播放抛出效果 weapon.ThrowWeapon(this, GlobalPosition);