diff options
| author | Kyler "Félix" Eastridge <felix.wolfz@gmail.com> | 2026-01-20 16:22:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-20 16:22:09 -0500 |
| commit | d0db6a49eb7c7dddcde2a340c8ad6c1f1af6e2cf (patch) | |
| tree | 682cd108e5c06be003a927907a9d658164d31b40 /indra/llwindow/llsdl.cpp | |
| parent | 8bacd29bcb36b87ca237fe3ff9459461c1a4cf55 (diff) | |
Refactor SDL references to remove version specificity and improve clarity (#5285)
Diffstat (limited to 'indra/llwindow/llsdl.cpp')
| -rw-r--r-- | indra/llwindow/llsdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llsdl.cpp b/indra/llwindow/llsdl.cpp index 1df9f38a6d..bc38120386 100644 --- a/indra/llwindow/llsdl.cpp +++ b/indra/llwindow/llsdl.cpp @@ -1,6 +1,6 @@ /** * @file llsdl.cpp - * @brief SDL2 initialization + * @brief SDL initialization * * $LicenseInfo:firstyear=2007&license=viewerlgpl$ * Second Life Viewer Source Code |
