diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-11-13 23:05:46 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-11-13 23:05:46 -0500 |
| commit | e7899203400b6add851425194ff0ce38c8050f36 (patch) | |
| tree | 39b4b3496cc402c8b509735406f5b4343b628d19 /Source/Core/VideoBackends/OGL/TextureCache.cpp | |
| parent | 3b2d605fb50f72c72c69447c8249d0fec0100963 (diff) | |
| parent | b25e1a2eb4fd20ba84103549a59ea4c4a8639641 (diff) | |
Merge pull request #1539 from Stevoisiak/newImprovedFormatting
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); } |
