Fix bad filename in visualization
This commit is contained in:
parent
c0418766d9
commit
cad96a19a2
@ -62,7 +62,7 @@ int main() {
|
||||
bmp.SetPixel(Vector2i(x, y), pixel);
|
||||
}
|
||||
|
||||
bmp.Write(execName+"-operator()-grayscale.bmp");
|
||||
bmp.Write(execName+"-operator-grayscale.bmp");
|
||||
}
|
||||
);
|
||||
|
||||
@ -102,7 +102,7 @@ int main() {
|
||||
bmp.SetPixel(Vector2i(x, y), r, g, b);
|
||||
}
|
||||
|
||||
bmp.Write(execName+"-operator()-color.bmp");
|
||||
bmp.Write(execName+"-operator-color.bmp");
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user