Fix version tag check

This commit is contained in:
luboslenco
2024-09-13 14:02:07 +02:00
parent e7731f4764
commit a34c56282f
+1 -1
View File
@@ -24,7 +24,7 @@ function import_arm_run_project(path: string) {
return;
}
let import_as_mesh: bool = project.version == null;
let import_as_mesh: bool = b[10] != 'v'; // No version
context_raw.layers_preview_dirty = true;
context_raw.layer_filter = 0;
///end