Fixed build

(cherry picked from commit 3cf2350f21)
This commit is contained in:
Sam Lantinga
2025-08-29 16:50:33 -07:00
parent 589aea50c2
commit 08c82a3781

View File

@@ -1540,7 +1540,7 @@ static SDL_VideoDevice *OPENVR_CreateDevice(void)
SDL_SetError("Could not get interfaces for the OpenVR System (%s), Overlay (%s) and Input (%s) versions", IVRSystem_Version, IVROverlay_Version, IVRInput_Version);
}
const char *hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
char *loadpath = 0;
EVRInputError err;