Update blend, use single-data-file

This commit is contained in:
unknown
2019-05-15 11:26:06 +02:00
parent 62b543b046
commit f0866595d0
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -148,10 +148,10 @@ class Project {
}
var n = UITrait.inst.newObjectNames[UITrait.inst.newObject];
var handle = UITrait.inst.paintObject.data.handle;
if (handle != "mesh_SphereSphere" && handle != "mesh_PlanePlane") {
if (handle != "SceneSphere" && handle != "ScenePlane") {
iron.data.Data.deleteMesh(handle);
}
iron.data.Data.getMesh("mesh_" + n, n, function(md:MeshData) {
iron.data.Data.getMesh("Scene", n, function(md:MeshData) {
var current = @:privateAccess kha.graphics4.Graphics2.current;
if (current != null) current.end();