Das-Kollektiv / tdme2

TDME2 - ThreeDeeMiniEngine2 is a lightweight, multi-platform 3D engine including tools suited for 3D game/application development using C++, Mini(t)Script, GLSL, ...
Other
176 stars 29 forks source link

audio::decoder::VorbisDecoder should use os::filesystem::FileSystem to load data #9

Closed andreasdr closed 5 years ago

andreasdr commented 6 years ago

VorbisDecoder uses standard C functions to load data from disk. This should be changed the way that it uses os:filesystem::FileSystem.