u3d-community / U3D

Open-source, cross-platform 2D and 3D game engine built in C++
https://u3d.io
MIT License
187 stars 30 forks source link

SoundSource bug #67

Open nimdavirus opened 5 months ago

nimdavirus commented 5 months ago

GetPlayPosition() functions don't work in SoundSource component if OGG sound file is playing, therefore position saving doesn't work. (There is negative value in saved position value and this value always the same). The position works correctly with WAV files