Fix .qmc Files Unlock Error

This commit is contained in:
MengYX 2020-04-26 15:20:12 +08:00
parent b6886b7001
commit 24bfc9e603
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class QmcMask {
}
export function QmcMaskGetDefault() {
return new QmcMask(QMCDefaultMaskMatrix, QMCDefaultMaskSuperA, QMCDefaultMaskSuperB)
return new QmcMask(QMCDefaultMaskMatrix)
}
export function QmcMaskDetectMflac(data) {