We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9f33 commit ab0d6deCopy full SHA for ab0d6de
Linux/src/main.cc
@@ -96,7 +96,7 @@ int main(int argc, char* argv[])
96
SDL_Surface* surface = generateSurface(i);
97
if (surface == nullptr) return -1;
98
99
- saveImage(surface, "cache/" + std::to_string(i) + ".png");
+ saveImage(surface, ".cache/" + std::to_string(i) + ".png");
100
SDL_FreeSurface(surface);
101
}
102
0 commit comments