Skip to content
Snippets Groups Projects
Commit a0276724 authored by mcmlxxix's avatar mcmlxxix
Browse files

close file after loading (is this a problem?)

parent cdc03fc9
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ function Graphic_load(filename)
this.data[x][y].attr=f.readBin(1);
}
}
f.close();
return(true);
}
function Graphic_write(xpos, ypos, txt, attr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment