Fixed issue with error prone Grid Visitors.

Increased Channel update speed.
Renamed Controller Method.
This commit is contained in:
AlgorithmX2
2014-04-22 21:49:03 -05:00
parent fa307b467e
commit 021e924098
4 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public class GridConnection implements IGridConnection, IPathItem
private ForgeDirection fromAtoB;
private GridNode sideB;
byte visitorIterationNumber = Byte.MIN_VALUE;
Object visitorIterationNumber = null;
public int channelData = 0;