summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-05-26 06:15:49 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-05-26 06:15:49 +0300
commitb9cd6e2e84f9c4161f0151b9f0cee1fcb309d8d7 (patch)
treed92a175355a53fc03d1f50a9aa4eca71787a027c /indra/llrender
parent74b8ca575ff7f0cfcfd443e03885542bc5b10c46 (diff)
parent626bbe5032cab1fd2641ad02443e421567e7cce5 (diff)
Merge branch 'xcode-14.3' into DRTVWR-582-maint-U
# Conflicts: # indra/llcommon/llsdserialize.h
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llgl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 193cfa64b8..cfc9ce735d 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -2329,9 +2329,7 @@ void LLGLSyncFence::wait()
if (mSync)
{
while (glClientWaitSync(mSync, 0, FENCE_WAIT_TIME_NANOSECONDS) == GL_TIMEOUT_EXPIRED)
- { //track the number of times we've waited here
- static S32 waits = 0;
- waits++;
+ {
}
}
#endif