Skip to content
Snippets Groups Projects
Commit d5f20d5b authored by Kris Tabea Helwig's avatar Kris Tabea Helwig
Browse files

Removes unused code that caused compile errors in pipeline

parent 6c9cd072
Branches main
No related tags found
1 merge request!1Implements `PointOfInterest`s
...@@ -31,8 +31,6 @@ void APointOfInterestManager::AddPointOfInterest() ...@@ -31,8 +31,6 @@ void APointOfInterestManager::AddPointOfInterest()
{ {
APointOfInterest* POI = static_cast<APointOfInterest*>(GetWorld()->SpawnActor(APointOfInterest::StaticClass())); APointOfInterest* POI = static_cast<APointOfInterest*>(GetWorld()->SpawnActor(APointOfInterest::StaticClass()));
TScriptDelegate Del = TScriptDelegate();
Del.BindUFunction(this, "UpdateSpline");
POI->GetRootComponent()->TransformUpdated.AddLambda([this](USceneComponent*, EUpdateTransformFlags, ETeleportType) POI->GetRootComponent()->TransformUpdated.AddLambda([this](USceneComponent*, EUpdateTransformFlags, ETeleportType)
{ {
UpdateSpline(); UpdateSpline();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment