Skip to content

Commit 3cf2350

Browse files
committed
Fixed build
1 parent 265236d commit 3cf2350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video/openvr/SDL_openvrvideo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ static SDL_VideoDevice *OPENVR_CreateDevice(void)
15501550
SDL_SetError("Could not get interfaces for the OpenVR System (%s), Overlay (%s) and Input (%s) versions", IVRSystem_Version, IVROverlay_Version, IVRInput_Version);
15511551
}
15521552

1553-
const char *hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
1553+
hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
15541554
char *loadpath = 0;
15551555
EVRInputError err;
15561556

0 commit comments

Comments
 (0)