Merge pull request #1684 from yueh/fix-1611

Reset the lastUsedChannels on a gridstorage change
This commit is contained in:
yueh
2015-07-06 09:58:43 +02:00
+1
View File
@@ -586,6 +586,7 @@ public class GridNode implements IGridNode, IPathItem
{
this.myStorage = s;
this.usedChannels = 0;
this.lastUsedChannels = 0;
}
@Override