fix exit procedure
This commit is contained in:
parent
81f37f8274
commit
5693046ad9
@ -395,5 +395,7 @@ void RefractiveIndex::keyPressed (int key)
|
||||
|
||||
void RefractiveIndex::exit()
|
||||
{
|
||||
if(_currentAnalysis)
|
||||
_analysisAdapator->stop();
|
||||
stop_camera();
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user