diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-07-18 09:48:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 10:48:24 +0300 |
commit | 6535ce51fd1e3f2b0efdc650310ec75a7638f6f9 (patch) | |
tree | e8142b794b297c407f760824951e6db997b9c510 /indra/newview/llpanelsnapshot.cpp | |
parent | ef9a494134458f3464b250c87da9e247d775989c (diff) |
Remove unnecessary code and (re-)add some more compile time constants (#2057)
Diffstat (limited to 'indra/newview/llpanelsnapshot.cpp')
-rw-r--r-- | indra/newview/llpanelsnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelsnapshot.cpp b/indra/newview/llpanelsnapshot.cpp index 2cb3db0cf5..32c9f6f402 100644 --- a/indra/newview/llpanelsnapshot.cpp +++ b/indra/newview/llpanelsnapshot.cpp @@ -41,7 +41,7 @@ #include "llagentbenefits.h" -const S32 MAX_TEXTURE_SIZE = 2048 ; //max upload texture size 2048 * 2048 +constexpr S32 MAX_TEXTURE_SIZE = 2048 ; //max upload texture size 2048 * 2048 S32 power_of_two(S32 sz, S32 upper) { |