propagated the temporary fix for Neighbors up to A*

This commit is contained in:
2022-01-18 20:19:30 +01:00
parent 239054df49
commit 74eab48a6e
2 changed files with 2 additions and 10 deletions
-3
View File
@@ -47,9 +47,6 @@ public:
UFUNCTION(BlueprintCallable, Category = "Runtime")
TArray<AHexTile*> LinkPath(AHexTile* Start, AHexTile* Goal);
UPROPERTY(BlueprintReadOnly, Category = "debug")
bool bChainBroken;
// Player spawn section
UPROPERTY(VisibleAnywhere, BlueprintReadWrite)