diff --git a/MobileGL/MG_Util/Types.h b/MobileGL/MG_Util/Types.h index 82865d51..ddfb38d0 100644 --- a/MobileGL/MG_Util/Types.h +++ b/MobileGL/MG_Util/Types.h @@ -233,7 +233,7 @@ namespace MobileGL { Bool shouldShowPatch = true; if (fmt.autoPatch) { - shouldShowPatch = (Patch != 0) || (Type != VersionType::Release); + shouldShowPatch = (Patch != 0); } if (shouldShowPatch) {