Fix oopsie

This commit is contained in:
wheremyfoodat 2022-10-17 22:10:01 +03:00
parent 55ca643c5d
commit 4a68cd8e1a

View file

@ -79,6 +79,6 @@ public:
}
bool rewind() {
return seek(0, 0);
return seek(0, SEEK_SET);
}
};