animation slider

This commit is contained in:
David Rose 2005-10-10 20:31:42 +00:00
parent 5bf4f3557d
commit c2055c56f9

View File

@ -126,6 +126,10 @@ doIt(const MArgList &args) {
window->center_trackball(framework.get_models());
window->loop_animations();
if (animate) {
window->set_anim_controls(true);
}
framework.main_loop();
return MS::kSuccess;
}