diff --git a/src/video_core/textures/astc.cpp b/src/video_core/textures/astc.cpp index 1f1c3bd3af..3625b666c3 100644 --- a/src/video_core/textures/astc.cpp +++ b/src/video_core/textures/astc.cpp @@ -197,7 +197,7 @@ struct IntegerEncodedValue { }; }; using IntegerEncodedVector = boost::container::static_vector< - IntegerEncodedValue, 64, + IntegerEncodedValue, 256, boost::container::static_vector_options< boost::container::inplace_alignment, boost::container::throw_on_overflow>::type>;