diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-07-15 09:08:54 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-07-15 09:08:54 +0800 |
| commit | c48e6f5e95d44761e4e9ce27366711b2624c1ed3 (patch) | |
| tree | 709b6ee4638ed7e47392ece5d1b90eec78de6f01 /indra/newview | |
| parent | 639a23f91ca4fcf8a0812f73ad75ea21257e8488 (diff) | |
Fix macro processing syntax in previous commit
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llprogressview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 7e56e1ac0e..ae0face297 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -379,7 +379,7 @@ void LLProgressView::initLogos() { mLogosList.clear(); -#ifdef LL_FMODSTUDIO || LL_HAVOK +#if LL_FMODSTUDIO || LL_HAVOK const U8 image_codec = IMG_CODEC_PNG; const LLRectf default_clip(0.f, 1.f, 1.f, 0.f); //const S32 default_height = 28; |
