Reset the lastUsedChannels on a gridstorage change

This commit is contained in:
yueh 2015-07-06 09:54:05 +02:00 committed by thatsIch
parent d866b6c167
commit 5d34b4e182

View file

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