From c48e6f5e95d44761e4e9ce27366711b2624c1ed3 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 15 Jul 2024 09:08:54 +0800 Subject: Fix macro processing syntax in previous commit --- indra/newview/llprogressview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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; -- cgit v1.2.3