Skip to content

Commit 95d12a0

Browse files
committed
Remove mismatch warning when loading configs from version 0.6.x
1 parent 8456700 commit 95d12a0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/UI/EditorViewport.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,8 @@ const String EditorViewport::loadStateFromXml(XmlElement* xml)
16771677
return "Failed To Open " + currentFile.getFileName();
16781678
}
16791679

1680+
/* commented out in version 0.6.6
1681+
16801682
if (!sameVersion)
16811683
{
16821684
String responseString = "Your configuration file was saved from a different version of the GUI than the one you're using. \n";
@@ -1702,7 +1704,7 @@ const String EditorViewport::loadStateFromXml(XmlElement* xml)
17021704
{
17031705
return "Failed To Open " + currentFile.getFileName();
17041706
}
1705-
}
1707+
}*/
17061708

17071709
MouseCursor::showWaitCursor();
17081710

0 commit comments

Comments
 (0)