summaryrefslogtreecommitdiff
path: root/src/video_core/textures/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/textures/texture.h')
-rw-r--r--src/video_core/textures/texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h
index e7c78bee2..bdb40dacf 100644
--- a/src/video_core/textures/texture.h
+++ b/src/video_core/textures/texture.h
@@ -182,7 +182,7 @@ struct TICEntry {
182 }; 182 };
183 union { 183 union {
184 BitField<0, 16, u32> height_minus_1; 184 BitField<0, 16, u32> height_minus_1;
185 BitField<16, 15, u32> depth_minus_1; 185 BitField<16, 14, u32> depth_minus_1;
186 }; 186 };
187 union { 187 union {
188 BitField<6, 13, u32> mip_lod_bias; 188 BitField<6, 13, u32> mip_lod_bias;