diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-11-29 15:52:11 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-12-03 23:33:28 +0200 |
commit | 9cc343b5ebaab50b273205f36b6604e64191caee (patch) | |
tree | 5dbcc2de060d2bface92a0739596f2acef47895c /indra/newview/llviewertexture.h | |
parent | a88373a4fc720785f7508bd999abe62a43f617b7 (diff) |
#3093 #3055 World Map tiles are blurry #2
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 1da8548573..4241ef958f 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -423,6 +423,8 @@ private: void init(bool firstinit) ; void cleanup() ; + bool processFetchResults(S32& desired_discard, S32 current_discard, S32 fetch_discard, F32 decode_priority); + void saveRawImage() ; private: |