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
Loading
......@@ -46,6 +46,7 @@ string cached_write(string data, string ext)
}
image_num++;
mkdir("gfx");
string filename="gfx/i"+image_num+"."+ext;
rm(filename);
werror("Writing "+filename+".\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment