mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 20:18:59 +00:00
Fixed typo
This commit is contained in:
parent
f4813ca2cf
commit
195ad85ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue