Fix DepthRange location

TRAC #12279 Signed-off-by: Shannon Woods Signed-off-by: Daniel Koch Author: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/trunk@300 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent defa1c39
...@@ -2719,7 +2719,7 @@ GLint Program::getDepthRangeDiffLocation() const ...@@ -2719,7 +2719,7 @@ GLint Program::getDepthRangeDiffLocation() const
GLint Program::getDepthRangeNearLocation() const GLint Program::getDepthRangeNearLocation() const
{ {
return mDepthRangeFarLocation; return mDepthRangeNearLocation;
} }
GLint Program::getDepthRangeFarLocation() const GLint Program::getDepthRangeFarLocation() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment