summaryrefslogtreecommitdiff
path: root/indra/newview/llsurface.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2026-07-23 08:19:10 -0400
committerGitHub <noreply@github.com>2026-07-23 08:19:10 -0400
commitbcfda3b68a95bbbfb8b53f6313929fc5aeaa591c (patch)
tree5982185abc453619dddf6f234e1bc6802e1d69b8 /indra/newview/llsurface.h
parent8f2d07b717db2997c5701977ef3d65a56c811771 (diff)
parentf364b5c882da959284e8fc1b3bc80810a7374969 (diff)
Merge pull request #6029 from secondlife/geenz/26.3-texture-streaming-revert
Remove texture streaming changes from 26.3
Diffstat (limited to 'indra/newview/llsurface.h')
-rw-r--r--indra/newview/llsurface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llsurface.h b/indra/newview/llsurface.h
index 4bdb90b102..a599019ca5 100644
--- a/indra/newview/llsurface.h
+++ b/indra/newview/llsurface.h
@@ -163,12 +163,6 @@ public:
F32 mDetailTextureScale; // Number of times to repeat detail texture across this surface
- // Closest visible patch distance across all surfaces this frame
- // (meters), or FLT_MAX if none visible. Drives BOOST_TERRAIN
- // streaming - terrain has no faces registered with its texture.
- static F32 sNearestVisiblePatchDistance;
- static U32 sNearestVisiblePatchFrame;
-
private:
void createSTexture();
void initTextures();