AudioDriverJavascript uses IDHandler.
This makes closure compiler happy, avoiding globals and potentially undefined variables.
This commit is contained in:
@ -37,6 +37,7 @@ class AudioDriverJavaScript : public AudioDriver {
|
||||
|
||||
float *internal_buffer;
|
||||
|
||||
int _driver_id;
|
||||
int buffer_length;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user