overte/plugins/openvr
Anthony J. Thibault 1ea018db1d Fix for crash in openvr on startup
pluginActivate can fail and return false, when steamvr is in a "Not Ready" state.
In practice this can occur on a botched steamvr install, or when the vr compositor process is unable to start.

When pluginActivate returns false, there's some sort of race condition where pluginUpdate will still be called.
But it's only reproducible in release builds, without the debugger attached.

This commit prevents pluginUpdate from crashing by making sure that the openvr _system ptr is valid first.
2016-10-26 17:40:34 -07:00
..
src Fix for crash in openvr on startup 2016-10-26 17:40:34 -07:00
CMakeLists.txt Working on reprojection 2016-08-12 22:28:22 -07:00