Skip to content

Commit

Permalink
Any generic tell to FileBuf
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Dec 12, 2023
1 parent 0295b98 commit 134592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loaders/GoldSrcFileBuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace MetaAudio
}

FILESYSTEM_ANY_SEEK(mFile, static_cast<int>(offset), seekType);
auto curPosition = g_pFileSystem->Tell(mFile);
auto curPosition = FILESYSTEM_ANY_TELL(mFile);

setg(nullptr, nullptr, nullptr);
return curPosition;
Expand Down

0 comments on commit 134592e

Please sign in to comment.