Fixed a typo in an error message.

TRAC #22251 Signed-off-by: Nicolas Capens Signed-off-by: Daniel Koch Author: Geoff Lang git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1666 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 54de24f9
...@@ -342,7 +342,7 @@ void Renderer11::setRasterizerState(const gl::RasterizerState &rasterState) ...@@ -342,7 +342,7 @@ void Renderer11::setRasterizerState(const gl::RasterizerState &rasterState)
mCurDepthSize); mCurDepthSize);
if (!dxRasterState) if (!dxRasterState)
{ {
ERR("NULL blend state returned by RenderStateCache::getRasterizerState, setting the default" ERR("NULL rasterizer state returned by RenderStateCache::getRasterizerState, setting the default"
"rasterizer state."); "rasterizer state.");
} }
......
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