diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-11-10 10:28:58 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-11-10 10:28:58 -0500 |
commit | 1a39a8f7d953a28b03bad0921a8877e21e1e2c61 (patch) | |
tree | f586c675b9a575fe5b46a1b94ea2555023289169 /indra/llwindow/llwindowheadless.cpp | |
parent | 214d8d40c12c0a39dffdd837c861abe4c005caf1 (diff) | |
parent | 7c561ca1c7732d1d95562069565f605f46e8c9e3 (diff) |
Merge branch 'DRTVWR-546' into glthread
Diffstat (limited to 'indra/llwindow/llwindowheadless.cpp')
-rw-r--r-- | indra/llwindow/llwindowheadless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowheadless.cpp b/indra/llwindow/llwindowheadless.cpp index 70f473281b..c3738af6ca 100644 --- a/indra/llwindow/llwindowheadless.cpp +++ b/indra/llwindow/llwindowheadless.cpp @@ -35,7 +35,7 @@ // LLWindowHeadless::LLWindowHeadless(LLWindowCallbacks* callbacks, const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, U32 flags, BOOL fullscreen, BOOL clear_background, - BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) + BOOL enable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) : LLWindow(callbacks, fullscreen, flags) { // Initialize a headless keyboard. |