Reset the lastUsedChannels on a gridstorage change

This commit is contained in:
yueh
2015-07-06 09:54:05 +02:00
parent 3844f3af87
commit 1c2df4f380
+1
View File
@@ -586,6 +586,7 @@ public class GridNode implements IGridNode, IPathItem
{
this.myStorage = s;
this.usedChannels = 0;
this.lastUsedChannels = 0;
}
@Override