Skip to content

Commit a70fdd9

Browse files
committed
change overlay app to be a utility program
1 parent 04be50f commit a70fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/overlay/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int APIENTRY wWinMain(HINSTANCE hInst, HINSTANCE hPreInst, LPWSTR nCmdLine, int
6969

7070
{
7171
vr::EVRInitError err;
72-
VR_Init(&err, vr::VRApplication_Background);
72+
VR_Init(&err, vr::VRApplication_Utility);
7373

7474
if (err != vr::VRInitError_None) {
7575
std::cout << "Failed to initialise background process. Error: %s" << err << std::endl;

0 commit comments

Comments
 (0)