diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-07-03 13:22:53 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-07-03 13:22:53 +0800 | 
| commit | 9820b16404ba18a9a0103aa94c28ea452e0c99e6 (patch) | |
| tree | b3c11a7156978553663912b24df5f9a4084aa4fc /indra/newview | |
| parent | 40de4208328bcac51782302e7028ec2dd057224e (diff) | |
getCursorDelta isn't implemented if using SDL on Win
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 5c84346917..2b02d5165f 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -3848,7 +3848,7 @@ void LLViewerWindow::updateLayout()  void LLViewerWindow::updateMouseDelta()  { -#if LL_WINDOWS +#if LL_WINDOWS && !LL_SDL      LLCoordCommon delta;      mWindow->getCursorDelta(&delta);      S32 dx = delta.mX; | 
