From 195ad85ba4c5507d4a03d72ab2ff3db3e566ce43 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 6 May 2025 16:08:03 -0700 Subject: [PATCH] Fixed typo --- src/video/openvr/SDL_openvrvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/openvr/SDL_openvrvideo.c b/src/video/openvr/SDL_openvrvideo.c index 54e44ba43b..03d634578e 100644 --- a/src/video/openvr/SDL_openvrvideo.c +++ b/src/video/openvr/SDL_openvrvideo.c @@ -712,7 +712,7 @@ static bool OPENVR_ReleaseFrame(SDL_VideoDevice *_this) if (videodata->overlaytexture != 0 && videodata->targh == videodata->last_targh && videodata->targw == videodata->last_targw) { - // Only submit frames to OpenVR if the textu re exists. + // Only submit frames to OpenVR if the texture exists. struct Texture_t tex; // Setup a Texture_t object to send in the texture.