mirror of
https://github.com/moganda12/transistor-clicker.git
synced 2025-01-08 15:06:22 -05:00
aother dumb bug
This commit is contained in:
parent
ad3dd6571b
commit
dfbb098629
@ -1153,7 +1153,7 @@ naming:
|
||||
|
||||
std::remove("save/saveindex.json");
|
||||
|
||||
std::ofstream indexFileWrite;
|
||||
std::ofstream indexFileWrite("save/saveindex.json");
|
||||
|
||||
indexFileWrite << index.dump(4) << std::flush;
|
||||
|
||||
@ -1222,7 +1222,7 @@ select:
|
||||
|
||||
std::remove("save/saveindex.json");
|
||||
|
||||
std::ofstream indexFileWrite;
|
||||
std::ofstream indexFileWrite("save/saveindex.json");
|
||||
|
||||
indexFileWrite << index.dump(4) << std::flush;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user