Reset the lastUsedChannels on a gridstorage change

This commit is contained in:
yueh 2015-07-06 09:54:05 +02:00
parent 9c3ca0e3d7
commit c345826641
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ public class GridNode implements IGridNode, IPathItem
{ {
this.myStorage = s; this.myStorage = s;
this.usedChannels = 0; this.usedChannels = 0;
this.lastUsedChannels = 0;
} }
@Override @Override