diff --git a/Content/Blueprints/Tiles/BP_TileStraight.uasset b/Content/Blueprints/Tiles/BP_TileStraight.uasset index 762dd96..6c3ba4f 100644 --- a/Content/Blueprints/Tiles/BP_TileStraight.uasset +++ b/Content/Blueprints/Tiles/BP_TileStraight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f4bff795095498f6bcaa231001e92c2cb7630f69270a02a90687773b4fb1242 -size 35003 +oid sha256:947a238f28a5c5d94fece83194baf572e1ba3e0f9c3c94cb264947887b5e42c8 +size 35071 diff --git a/Content/Blueprints/Tiles/BP_TileTurnLeft.uasset b/Content/Blueprints/Tiles/BP_TileTurnLeft.uasset index 3370591..66ed331 100644 --- a/Content/Blueprints/Tiles/BP_TileTurnLeft.uasset +++ b/Content/Blueprints/Tiles/BP_TileTurnLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4908692256a8bd59e7a12cfecd3986e5e29047fbc1e08e067a7a2aa949f72efe -size 36617 +oid sha256:5808943abab611606f9d0a28be192c9e5053fd47d01dc7468b6b313c098d71ca +size 36884 diff --git a/Content/Blueprints/Tiles/BP_TileTurnRight.uasset b/Content/Blueprints/Tiles/BP_TileTurnRight.uasset index e1bee07..cacb830 100644 --- a/Content/Blueprints/Tiles/BP_TileTurnRight.uasset +++ b/Content/Blueprints/Tiles/BP_TileTurnRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2428ad929b6fc4932acf4371f258f1fe703478b3cf4cf42f36332d751a4b2d7 -size 36794 +oid sha256:53b5e0b7bc251e49906f5431f804f40c17b8757bd776e8c2643c2a8e2ca29b2d +size 37056 diff --git a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/0/DF/J51WISS8DPDX4ECRRAIENQ.uasset b/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/0/DF/J51WISS8DPDX4ECRRAIENQ.uasset deleted file mode 100644 index 246022e..0000000 --- a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/0/DF/J51WISS8DPDX4ECRRAIENQ.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d0bd6df71f21a6a1f660c31af266ecf24647f107056dbfad2de80afb79d374 -size 4104 diff --git a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/9/L1/AFPNYCE0OGB1C0JDLGVWQ7.uasset b/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/9/L1/AFPNYCE0OGB1C0JDLGVWQ7.uasset deleted file mode 100644 index bde2baa..0000000 --- a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/9/L1/AFPNYCE0OGB1C0JDLGVWQ7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f1d70f462366c0086a7c503aaeb98ed3caeb23f09a1c00cfbd6c4ec636dd9fa -size 4104 diff --git a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/C/LU/GHQRADEU5L90S5E59OP4N5.uasset b/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/C/LU/GHQRADEU5L90S5E59OP4N5.uasset deleted file mode 100644 index 19c67ad..0000000 --- a/Content/__ExternalActors__/OLD/ThirdPerson/Maps/ThirdPersonMap/C/LU/GHQRADEU5L90S5E59OP4N5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408276ac8e12c6ab632d205ae3739fbc9033b446b0d9d350984aca662af648d1 -size 4142 diff --git a/Source/EndlessZombie/TileCurve.cpp b/Source/EndlessZombie/TileCurve.cpp index 302884a..ff7ff15 100644 --- a/Source/EndlessZombie/TileCurve.cpp +++ b/Source/EndlessZombie/TileCurve.cpp @@ -9,7 +9,6 @@ ATileCurve::ATileCurve() TurnTrigger = CreateDefaultSubobject(TEXT("TurnTrigger")); TurnTrigger->SetupAttachment(SceneComponent); TurnTrigger->SetCollisionProfileName(TEXT("OverlapOnlyPawn")); - //TurnTrigger->OnComponentBeginOverlap.AddDynamic(this, &ATileCurve::TurnBeginOverlap); }