mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (MG_Util): Always skip patch string when == 0 for Version.
This commit is contained in:
@@ -233,7 +233,7 @@ namespace MobileGL {
|
||||
|
||||
Bool shouldShowPatch = true;
|
||||
if (fmt.autoPatch) {
|
||||
shouldShowPatch = (Patch != 0) || (Type != VersionType::Release);
|
||||
shouldShowPatch = (Patch != 0);
|
||||
}
|
||||
|
||||
if (shouldShowPatch) {
|
||||
|
||||
Reference in New Issue
Block a user