Update filesystem_common.cpp
This commit is contained in:
parent
0c738779da
commit
f6291d33eb
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ static int SDLCALL ifs_seek(struct SDL_RWops *context, int offset, int whence) {
|
|||
break;
|
||||
default:
|
||||
assert(false);
|
||||
throw "assertion ignored";
|
||||
}
|
||||
std::istream *ifs = static_cast<std::istream*>(context->hidden.unknown.data1);
|
||||
const std::ios_base::iostate saved_state = ifs->rdstate();
|
||||
|
|
Loading…
Add table
Reference in a new issue