summaryrefslogtreecommitdiff
path: root/indra/newview/lllocalbitmaps.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-03-28 21:49:58 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-03-31 09:56:10 +0300
commit8d5dab9f67d54ce20768c0ccda58f27693cb20c9 (patch)
tree0fe79bf228132552160f2b0dd60dfa389a5c9035 /indra/newview/lllocalbitmaps.h
parentb1822e36e531a3c423404f0aa875cbf6949061a0 (diff)
#3809 Fix J2C Upload
Diffstat (limited to 'indra/newview/lllocalbitmaps.h')
-rw-r--r--indra/newview/lllocalbitmaps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocalbitmaps.h b/indra/newview/lllocalbitmaps.h
index e169f96e70..06770334e4 100644
--- a/indra/newview/lllocalbitmaps.h
+++ b/indra/newview/lllocalbitmaps.h
@@ -89,6 +89,7 @@ class LLLocalBitmap
ET_IMG_BMP,
ET_IMG_TGA,
ET_IMG_JPG,
+ ET_IMG_J2C,
ET_IMG_PNG
};