ofxOculusRift icon indicating copy to clipboard operation
ofxOculusRift copied to clipboard

Clean Exit

Open ghost opened this issue 11 years ago • 1 comments

Currently this crashes upon app exit. Quick fix for now... comment out System::Destroy(); See below.

ofxOculusRift::~ofxOculusRift(){ if(bSetup){ pSensor.Clear(); pManager.Clear(); //System::Destroy(); bSetup = false; } }

ghost avatar Oct 15 '13 16:10 ghost

thanks!

obviousjim avatar Oct 15 '13 17:10 obviousjim