File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2434,7 +2434,9 @@ bool LLImageGL::scaleDown(S32 desired_discard)
2434
2434
{
2435
2435
LL_PROFILE_ZONE_SCOPED_CATEGORY_TEXTURE;
2436
2436
2437
- if (mTarget != GL_TEXTURE_2D)
2437
+ if (mTarget != GL_TEXTURE_2D
2438
+ || mFormatInternal == -1 // not initialized
2439
+ )
2438
2440
{
2439
2441
return false ;
2440
2442
}
Original file line number Diff line number Diff line change 1
- version 71
1
+ version 72
2
2
// The version number above should be incremented IF AND ONLY IF some
3
3
// change has been made that is sufficiently important to justify
4
4
// resetting the graphics preferences of all users to the recommended
@@ -85,6 +85,7 @@ RenderExposure 1 1
85
85
RenderTonemapType 1 1
86
86
RenderTonemapMix 1 1
87
87
RenderDisableVintageMode 1 1
88
+ RenderDownScaleMethod 1 0
88
89
89
90
//
90
91
// Low Graphics Settings
@@ -415,6 +416,7 @@ RenderTerrainPBRDetail 1 -1
415
416
list AMD
416
417
UseOcclusion 1 0
417
418
RenderGLMultiThreadedTextures 1 0
419
+ RenderGLMultiThreadedMedia 1 0
418
420
419
421
list NVIDIA
420
422
RenderGLMultiThreadedTextures 1 0
You can’t perform that action at this time.
0 commit comments