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 cfb2c77 commit 273b1e0Copy full SHA for 273b1e0
src/Replay.cpp
@@ -64,7 +64,7 @@ void Replay::save(const std::string& path) {
64
}
65
66
Replay Replay::load(const std::string& path) {
67
- Replay replay(0);
+ Replay replay(0, ReplayType::XPOS);
68
std::ifstream file;
69
file.open(path, std::ios::binary | std::ios::in);
70
0 commit comments