mirror of
https://github.com/MapMakersAndProgrammers/alternativa-editor-mod.git
synced 2025-10-26 17:59:07 -07:00
maps & libs are finally loaded correctly
This commit is contained in:
@@ -199,7 +199,7 @@ package alternativa.editor.propslib
|
||||
}
|
||||
var loc4:ObjectLoaderPair = new ObjectLoaderPair();
|
||||
loc4.propObject = new PropLibMesh(param1.@name);
|
||||
loc4.loader = new MeshLoader(this.url + loc2.attribute("file").toString().toLowerCase(),xmlReadAttrString(loc2,"object"),loc3);
|
||||
loc4.loader = new MeshLoader(this.url + loc2.attribute("file").toString().toLowerCase(),xmlReadAttrString(loc2,"object"),loc3,this.url);
|
||||
return loc4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user