From 01aa141b48cd37e8d7179c2442332011d8fd2c37 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 27 Oct 2023 15:41:09 +0800 Subject: [PATCH] 1 --- server/gameserver/shot.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameserver/shot.cc b/server/gameserver/shot.cc index 5dcfdca0..99ec7197 100644 --- a/server/gameserver/shot.cc +++ b/server/gameserver/shot.cc @@ -504,9 +504,9 @@ void InternalShot(Creature* c, #ifdef DEBUG gun_muzzle_position += glm::vec4( - bullet_born_offset.z / 10.0f, - 0, bullet_born_offset.x / 10.0f, + 0, + bullet_born_offset.z / 10.0f, 0 ); #endif