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

General: Bump Blender minimum version to 2.80

This commit is contained in:
Lioncash
2019-08-30 05:49:36 -04:00
parent 08b7486bf0
commit 0fceb801ca
3 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ QVariant SysReqTableModel::data(const QModelIndex& index, int role) const {
return {};
#endif
case 5:
return tr("Blender 2.78");
return tr("Blender 2.80");
}
} else if (index.column() == 1) {
/* Your System */