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
1 changed files with 1 additions and 0 deletions

View File

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