mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Fix oopsie
This commit is contained in:
parent
55ca643c5d
commit
4a68cd8e1a
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ public:
|
|||
}
|
||||
|
||||
bool rewind() {
|
||||
return seek(0, 0);
|
||||
return seek(0, SEEK_SET);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue