diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h
index e7c78bee288bfbb697f2ffd63582eb95ecd91372..bdb40dacf5d00462341b045f6f3ad89a6993a390 100644
--- a/src/video_core/textures/texture.h
+++ b/src/video_core/textures/texture.h
@@ -182,7 +182,7 @@ struct TICEntry {
     };
     union {
         BitField<0, 16, u32> height_minus_1;
-        BitField<16, 15, u32> depth_minus_1;
+        BitField<16, 14, u32> depth_minus_1;
     };
     union {
         BitField<6, 13, u32> mip_lod_bias;