mirror of
				https://github.com/DerTyp7/fps-citybuild-unity.git
				synced 2025-10-31 13:17:07 +01:00 
			
		
		
		
	Minor Cleanup
This commit is contained in:
		| @@ -17,7 +17,6 @@ public class PathMap | ||||
|     private float height = 0; | ||||
|     public Terrain t; | ||||
|     private float w, h; | ||||
|     private bool divided = false; | ||||
|  | ||||
|     private List<PathNode> openList; | ||||
|     private List<PathNode> closedList; | ||||
| @@ -388,8 +387,6 @@ public class PathMap | ||||
|  | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         divided = true; | ||||
|     } | ||||
|     private float heuristic(PathNode p1, PathNode p2) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 juliuse98
					juliuse98