mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fixed Ubuntu warning
This commit is contained in:
parent
0343d4e443
commit
cb5a114145
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void CrashHandler::handleCrash(CrashHandler::Action action) {
|
|||
QUrl fullAvatarURL;
|
||||
QString fullAvatarModelName;
|
||||
QUrl address;
|
||||
bool tutorialComplete;
|
||||
bool tutorialComplete = false;
|
||||
|
||||
if (action == CrashHandler::RETAIN_IMPORTANT_INFO) {
|
||||
// Read avatar info
|
||||
|
|
Loading…
Reference in a new issue