ofxOculusRift
ofxOculusRift copied to clipboard
Clean Exit
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; } }
thanks!