| 19 | COpenVROverlayController *s_pSharedVRController = NULL; |
| 20 | |
| 21 | COpenVROverlayController *COpenVROverlayController::SharedInstance() |
| 22 | { |
| 23 | if ( !s_pSharedVRController ) |
| 24 | { |
| 25 | s_pSharedVRController = new COpenVROverlayController(); |
| 26 | } |
| 27 | return s_pSharedVRController; |
| 28 | } |
| 29 | |
| 30 | |
| 31 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected