doc: Misc formatting fixes

This commit is contained in:
Rémi Verschelde
2018-09-21 15:34:11 +02:00
parent eaef2cc6b5
commit ef7b384861
4 changed files with 29 additions and 41 deletions

View File

@@ -41,6 +41,7 @@
return FAILED
var mesh = Mesh.new()
# Fill the Mesh with data read in 'file', left as exercise to the reader
var filename = save_path + "." + get_save_extension()
ResourceSaver.save(filename, mesh)