Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 26, 2013
1 parent fa588a7 commit aad4be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/gl/gl_texmanager.cpp
Expand Up @@ -1728,7 +1728,7 @@ void GL_UploadTextureContent(texturecontent_t const &content, GLUploadMethod met
if(!GL_UploadTextureGrayMipmap(glFormat, loadFormat, loadPixels, loadWidth, loadHeight,
content.grayMipmap * reciprocal255))
{
throw Error("GL_UploadTextureContent", QString("TexImageGrayMipmap failed (%u:%ix%i fmt%i)")
throw Error("GL_UploadTextureContent", QString("TexImageGrayMipmap failed (%1:%2 fmt%3)")
.arg(content.name)
.arg(Vector2i(loadWidth, loadHeight).asText())
.arg(int(dglFormat)));
Expand Down

0 comments on commit aad4be3

Please sign in to comment.