Bug Fix Waypoint Pending Destruction in Elevator

This commit is contained in:
Rafal Swierczek 2024-05-14 04:45:24 +01:00
parent 52f8aeddb4
commit aa996f9738
4 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c92cce11680419e825b88e8450ffc4849dc38e51fb677d158d877d81953c0d5
oid sha256:f1ed15aed41d6376ddd91982ef4f66528edc8d614501d42a630952933260a65c
size 14831

View File

@ -77,7 +77,6 @@ void AWaypointActor::UpdateScaleAndRotation()
void AWaypointActor::Destroyed()
{
if (IsValid(MiniWaypoint)) MiniWaypoint->RemoveFromParent();
Super::Destroyed();
}