diff options
| author | Stevoisiak <Stevoisiak@gmail.com> | 2014-11-13 21:28:27 -0500 |
|---|---|---|
| committer | Stevoisiak <Stevoisiak@gmail.com> | 2014-11-13 22:42:18 -0500 |
| commit | b25e1a2eb4fd20ba84103549a59ea4c4a8639641 (patch) | |
| tree | 565229c96867d4c595bcf64a94b704c825c2ea84 /Source/Core/VideoBackends/OGL/TextureCache.cpp | |
| parent | 5fb94230cd6fab9b41420d51e27cd04a64f3dcaf (diff) | |
Various formatting and consistency fixes
Diffstat (limited to 'Source/Core/VideoBackends/OGL/TextureCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/TextureCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/TextureCache.cpp b/Source/Core/VideoBackends/OGL/TextureCache.cpp index 4170480336..5f14704cae 100644 --- a/Source/Core/VideoBackends/OGL/TextureCache.cpp +++ b/Source/Core/VideoBackends/OGL/TextureCache.cpp @@ -402,7 +402,7 @@ void TextureCache::DisableStage(unsigned int stage) void TextureCache::SetStage () { - // -1 is the initial value as we don't know which testure should be bound + // -1 is the initial value as we don't know which texture should be bound if (s_ActiveTexture != (u32)-1) glActiveTexture(GL_TEXTURE0 + s_ActiveTexture); } |
