Update StarClientApplication.cpp
This commit is contained in:
parent
1b8f117bac
commit
c8340602f5
@ -415,7 +415,8 @@ void ClientApplication::render() {
|
||||
}
|
||||
|
||||
void ClientApplication::getAudioData(int16_t* sampleData, size_t frameCount) {
|
||||
m_mainMixer->read(sampleData, frameCount);
|
||||
if (m_mainMixer)
|
||||
m_mainMixer->read(sampleData, frameCount);
|
||||
}
|
||||
|
||||
void ClientApplication::changeState(MainAppState newState) {
|
||||
|
Loading…
Reference in New Issue
Block a user