summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tksao/frame/grid3d.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/grid3d.C b/tksao/frame/grid3d.C
index 44e3b8b..4436a01 100644
--- a/tksao/frame/grid3d.C
+++ b/tksao/frame/grid3d.C
@@ -156,7 +156,7 @@ int Grid3d::doit(RenderMode rm)
int id = astGetI(ast,"Current");
int nf = astGetI(frameSet,"NFrame");
astInvert(ast);
- astAddFrame(frameSet, AST__CURRENT, astUnitMap(2,""), ast);
+ astAddFrame(frameSet, AST__CURRENT, astUnitMap(3,""), ast);
astSetI(frameSet,"Current",id+nf);
}
}