number length typo fixed
This commit is contained in:
parent
33a5faa7bf
commit
a8501be581
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ bool SnapmaticPicture::exportPicture(const QString &fileName, bool customFormat)
|
|||
}
|
||||
else if (numberLength.length() != 2)
|
||||
{
|
||||
numberLength == "00";
|
||||
numberLength = "00";
|
||||
}
|
||||
picFile->write(QByteArray::fromHex("00")); // First Null Byte
|
||||
picFile->write("G5E"); // GTA 5 Export
|
||||
|
|
Loading…
Reference in a new issue