mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Fix typo that produced invalid markup for images
This commit is contained in:
@@ -228,7 +228,7 @@ class DaeExporter:
|
||||
# imgpath="images/"+image.name+".png"
|
||||
|
||||
self.writel(S_IMGS,1,'<image id="'+imgid+'" name="'+image.name+'">')
|
||||
self.writel(S_IMGS,2,'<init_from>'+imgpath+'</init_from>"/>')
|
||||
self.writel(S_IMGS,2,'<init_from>'+imgpath+'</init_from>')
|
||||
self.writel(S_IMGS,1,'</image>')
|
||||
self.image_cache[image]=imgid
|
||||
return imgid
|
||||
|
||||
Reference in New Issue
Block a user