You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file confuses sound tracks and music tracks at some places. This results in uninitialized buffers and causes a segmentation fault if used in a certain way.
Issue Presentation Code:
usingnamespaceRubeus;usingnamespaceRubeus::AudioComponents;// Gain access to the audio managerauto * audio_manager = Rubeus::Engine->getCurrentLevelAudioManager();
audio_manager->addMusicTrack(1);
audio_manager->loadTrack(MUSIC_TRACK, TRACK_0, "Assets/bgmusic.wav", 20, true);
This code snippet gives a segmentation fault due to unspecified buffers
The text was updated successfully, but these errors were encountered:
Master HEAD: cad1c9e
Description:
Rubeus/RubeusCore/Source/audio_manager_component.cpp
Line 55 in cad1c9e
This file confuses sound tracks and music tracks at some places. This results in uninitialized buffers and causes a segmentation fault if used in a certain way.
Issue Presentation Code:
This code snippet gives a segmentation fault due to unspecified buffers
The text was updated successfully, but these errors were encountered: