We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075b66a commit 45f4993Copy full SHA for 45f4993
MainWindow.cpp
@@ -465,7 +465,8 @@ void MainWindow::on_actionOpen_triggered() {
465
tr("All supported formats (*.egm *.yyp *.project.gmx *.gm81 *.gmk *.gm6 *.gmd);;GameMaker: Studio 2 Projects "
466
"(*.yyp);;GameMaker: Studio Projects (*.project.gmx);;Classic "
467
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;"
468
- "Tiled Tileset (*.tsx);;All Files (*)"));
+ "Tiled Tilesets (*.tsx);;All Files (*)"));
469
+
470
if (!fileName.isEmpty()) openFile(fileName);
471
}
472
0 commit comments