Skip to content

Commit 0f90b56

Browse files
committed
fix llappearanceutility taking a long time to load textures
1 parent 3864c1c commit 0f90b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/llrender/llimagegl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ U32 type_width_from_pixtype(U32 pixtype)
10501050

10511051
bool should_stagger_image_set(bool compressed)
10521052
{
1053-
#if LL_DARWIN
1053+
#if LL_DARWIN || LL_LINUX
10541054
return false;
10551055
#else
10561056
// glTexSubImage2D doesn't work with compressed textures on select tested Nvidia GPUs on Windows 10 -Cosmic,2023-03-08

0 commit comments

Comments
 (0)