Compare commits

...

1 Commits

Author SHA1 Message Date
yueh c345826641 Reset the lastUsedChannels on a gridstorage change 2015-07-06 09:59:45 +02:00
+1
View File
@@ -583,6 +583,7 @@ public class GridNode implements IGridNode, IPathItem
{
this.myStorage = s;
this.usedChannels = 0;
this.lastUsedChannels = 0;
}
@Override