diff options
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6b89727..d7553ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1181,6 +1181,9 @@ bool CMainApplication::BInitCompositor() return true; } +//----------------------------------------------------------------------------- +// Purpose: Create a VR overlay in which the window/video will be rendered. +//----------------------------------------------------------------------------- bool CMainApplication::BInitOverlay() { if ( !vr::VROverlay() ) |