Fix problem where hitting ground with sword causes hit pause

[git-p4: depot-paths = "//depot/main/": change = 142]
This commit is contained in:
Kevin Poretti 2021-11-11 14:00:59 -05:00
parent 5de63297cc
commit 29bfb7e3d8
6 changed files with 4 additions and 3 deletions

BIN
SwordNGun/Content/Maps/Test.umap (Stored with Git LFS)

Binary file not shown.

View File

@ -4,4 +4,5 @@
#include "CoreMinimal.h" #include "CoreMinimal.h"
#define COLLISION_WEAPON ECC_GameTraceChannel1 #define COLLISION_RANGED_WEAPON ECC_GameTraceChannel1
#define COLLISION_MELEE_WEAPON ECC_GameTraceChannel2