Mercurial > hg > aimc
diff trunk/src/Modules/Output/Graphics/GraphicsView.cc @ 418:b6d5c0cc1849
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | a908972d234e |
children | f2dd5788e1d8 |
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/GraphicsView.cc Mon Oct 25 03:33:59 2010 +0000 +++ b/trunk/src/Modules/Output/Graphics/GraphicsView.cc Tue Oct 26 00:03:29 2010 +0000 @@ -82,7 +82,7 @@ void GraphicsView::ResetInternal() { if (m_pDev != NULL) { - m_pDev->Stop(); + m_pDev->Reset(global_parameters_); } }