diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EnterTheParty.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EnterTheParty.uasset index 472b4d59..e715af33 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EnterTheParty.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EnterTheParty.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c08019b149c9310f43bc184f0dfab2644fcf7e5fc056e150c92c23c502903373 -size 69898 +oid sha256:1a7502fdf65658d81704d59ccfa10a33ddc2d7347f04522bd10fb5b477c5e379 +size 69448 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_FindTheKeyToTimothysBedroom.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_FindTheKeyToTimothysBedroom.uasset index 6fe93402..cebe50b8 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_FindTheKeyToTimothysBedroom.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_FindTheKeyToTimothysBedroom.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:deb698961874edfc216345377e29532a18215d6d897cecac5bc2ebeee561665b -size 152177 +oid sha256:9357d7c9beef777a3b9f7470ac17b64c54c1fe51b445781378dd07a27862dffa +size 156693 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index 1f3f2fb3..64eb4669 100644 --- a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c92cce11680419e825b88e8450ffc4849dc38e51fb677d158d877d81953c0d5 +oid sha256:f1ed15aed41d6376ddd91982ef4f66528edc8d614501d42a630952933260a65c size 14831 diff --git a/EndlessVendetta/Source/EndlessVendetta/BountySystem/WaypointActor.cpp b/EndlessVendetta/Source/EndlessVendetta/BountySystem/WaypointActor.cpp index e1feb43e..080feeb2 100644 --- a/EndlessVendetta/Source/EndlessVendetta/BountySystem/WaypointActor.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/BountySystem/WaypointActor.cpp @@ -77,7 +77,6 @@ void AWaypointActor::UpdateScaleAndRotation() void AWaypointActor::Destroyed() { if (IsValid(MiniWaypoint)) MiniWaypoint->RemoveFromParent(); - Super::Destroyed(); }