diff --git a/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp b/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp index 21ea27ff..4428a3df 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp @@ -208,7 +208,9 @@ namespace MobileGL::MG_Impl::GLImpl { (internalFormat != TextureInternalFormat::DepthComponent && internalFormat != TextureInternalFormat::DepthComponent16 && internalFormat != TextureInternalFormat::DepthComponent24 && - internalFormat != TextureInternalFormat::DepthComponent32F)) { + internalFormat != TextureInternalFormat::DepthComponent32F && + internalFormat != TextureInternalFormat::DepthComponent32 // workaround for Minecraft 1.21.5+ + )) { MG_State::pGLContext->RecordError( ErrorCode::InvalidOperation, MakeShared("MG_Impl/GLImpl", "ValidateTextureFormatWithType",