2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Up max blender version minor 92

This commit is contained in:
2021-03-06 18:45:56 -08:00
parent f84759936c
commit f0eb4b53ae
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ MainWindow::MainWindow(QWidget* parent)
m_dlManager.fetchIndex();
setPath(m_settings.value(QStringLiteral("working_dir")).toString());
resize(1024, 768);
}
MainWindow::~MainWindow() { KillProcessTree(m_heclProc); }