Skip to content
Snippets Groups Projects
Commit edf1495e authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

some bugfixes...

Rev: tutorial/Gfx.pmod:1.4
parent 9084ab81
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ string cached_write(string data, string ext) ...@@ -46,6 +46,7 @@ string cached_write(string data, string ext)
} }
image_num++; image_num++;
mkdir("gfx");
string filename="gfx/i"+image_num+"."+ext; string filename="gfx/i"+image_num+"."+ext;
rm(filename); rm(filename);
werror("Writing "+filename+".\n"); werror("Writing "+filename+".\n");
......
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