summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/Src/TextureSampler.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/Src/TextureSampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp b/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
index f7c87ba513..0657f701f2 100644
--- a/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
+++ b/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
@@ -124,7 +124,7 @@ void SampleMip(s32 s, s32 t, s32 mip, bool linear, u8 texmap, u8 *sample)
int imageHeight = ti0.height;
int tlutAddress = texTlut.tmem_offset << 9;
-
+
// reduce sample location and texture size to mip level
// move texture pointer to mip location
if (mip)