Skip to content

Commit e4c397a

Browse files
committed
Merge remote-tracking branch 'origin/Develop' into Develop
2 parents b12359e + f348c2f commit e4c397a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Simulation/Grid/Core/GridNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void CalculateHeuristic ()
274274
{
275275

276276

277-
#if false
277+
#if true
278278
//manhattan
279279
if (gridX > HeuristicTargetX)
280280
dstX = gridX - HeuristicTargetX;

0 commit comments

Comments
 (0)