mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +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() {
|
bool rewind() {
|
||||||
return seek(0, 0);
|
return seek(0, SEEK_SET);
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue