diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-12 18:41:34 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-12 18:41:34 +0100 |
commit | 1d2cbc2baad178bc896fd35d9ce2496574e988d9 (patch) | |
tree | cdfb7fe3c59c9a0db2e17c8eab83e25ac1bc98d3 /indra/newview/lldrawpoolterrain.h | |
parent | 76802a727e92437226d4c51444e9f03a320a8034 (diff) |
SL-4178 make deferred version of highlight shader that fills in zero spec and env intensity to keep the shiny down
Diffstat (limited to 'indra/newview/lldrawpoolterrain.h')
-rw-r--r-- | indra/newview/lldrawpoolterrain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolterrain.h b/indra/newview/lldrawpoolterrain.h index 55f75e2644..484820491a 100644 --- a/indra/newview/lldrawpoolterrain.h +++ b/indra/newview/lldrawpoolterrain.h @@ -87,7 +87,7 @@ protected: void drawLoop(); private: - void hilightParcelOwners(); + void hilightParcelOwners(bool deferred); }; #endif // LL_LLDRAWPOOLSIMPLE_H |