diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2022-09-01 10:58:27 -0700 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-09-01 10:58:27 -0700 |
commit | 2082443220fe344bb027c3acbf50fea0a99159c3 (patch) | |
tree | bc10ed9eda1d18ebf6d6388b999c39ed3bc0dde1 /indra/newview/llface.cpp | |
parent | 3b70c9d49c2a963439b3811e80d24576f390552b (diff) |
SL-17967 - Git rid of ARB that is in core
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r-- | indra/newview/llface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 52aacb607c..ab5c655be0 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1674,7 +1674,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, } } - glBindBufferARB(GL_TRANSFORM_FEEDBACK_BUFFER, 0); + glBindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, 0); gGL.popMatrix(); if (cur_shader) |