fix exit procedure

This commit is contained in:
dviid 2012-02-27 19:39:35 +01:00
parent 81f37f8274
commit 5693046ad9

View File

@ -395,5 +395,7 @@ void RefractiveIndex::keyPressed (int key)
void RefractiveIndex::exit()
{
if(_currentAnalysis)
_analysisAdapator->stop();
stop_camera();
}