aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/FramebufferAttachment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/FramebufferAttachment.cpp')
-rw-r--r--src/libGLESv2/FramebufferAttachment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/FramebufferAttachment.cpp b/src/libGLESv2/FramebufferAttachment.cpp
index e7855b1c..6f40edf4 100644
--- a/src/libGLESv2/FramebufferAttachment.cpp
+++ b/src/libGLESv2/FramebufferAttachment.cpp
@@ -95,7 +95,7 @@ rx::RenderTarget *Texture2DAttachment::getRenderTarget()
rx::RenderTarget *Texture2DAttachment::getDepthStencil()
{
- return mTexture2D->getDepthSencil(mLevel);
+ return mTexture2D->getDepthStencil(mLevel);
}
rx::TextureStorage *Texture2DAttachment::getTextureStorage()