Made the audio mute function static (so it can be called from anywhere)
--HG-- branch : nfb
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
|||||||
|
|
||||||
KRAudioBuffer *getBuffer(KRAudioSample &audio_sample, int buffer_index);
|
KRAudioBuffer *getBuffer(KRAudioSample &audio_sample, int buffer_index);
|
||||||
|
|
||||||
void mute(bool onNotOff);
|
static void mute(bool onNotOff);
|
||||||
|
|
||||||
void startFrame(float deltaTime);
|
void startFrame(float deltaTime);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user