From 6c22746619bbbf57cac28c9a5368778f089ed386 Mon Sep 17 00:00:00 2001 From: matto Date: Sun, 30 Aug 2015 18:16:40 -0400 Subject: [PATCH] Code cleanup: removing random semicolon. --- src/Textures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Textures.cpp b/src/Textures.cpp index 234b3fb4..08d98af0 100644 --- a/src/Textures.cpp +++ b/src/Textures.cpp @@ -1065,7 +1065,7 @@ void TextureCache::_load(u32 _tile, CachedTexture *_pTexture) if (tmptex.realHeight > 1) tmptex.realHeight >>= 1; _pTexture->textureBytes += (tmptex.realWidth * tmptex.realHeight) << sizeShift; - }; + } if (m_curUnpackAlignment > 1) glPixelStorei(GL_UNPACK_ALIGNMENT, m_curUnpackAlignment); free(pDest);