Update for screen-dumps in PNG format instead of PPM.
This commit is contained in:
parent
4023bdaf26
commit
23ce537168
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ bool fgDumpSnapShot () {
|
|||
char filename[24];
|
||||
static int count = 1;
|
||||
while (count < 1000) {
|
||||
snprintf(filename, 24, "fgfs-screen-%03d.ppm", count++);
|
||||
snprintf(filename, 24, "fgfs-screen-%03d.png", count++);
|
||||
|
||||
SGPath p(dir);
|
||||
p.append(filename);
|
||||
|
|
Loading…
Reference in a new issue