Skip to content

Commit

Permalink
Bug fix: Reset stats when changing frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Mar 9, 2017
1 parent c6db34c commit 8ba97fd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -131,6 +131,7 @@ Plot getPlot() {
if (!states[c-1])
continue;
for (int f=1; f<=frames; f++) {
stats.clear();
for (int z=zStart; z<=zEnd; z++) {
if (zProfile)
idx = imp.getStackIndex(c, f, z);
Expand Down

0 comments on commit 8ba97fd

Please sign in to comment.