mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
AudioDriverJavascript uses IDHandler.
This makes closure compiler happy, avoiding globals and potentially undefined variables.
This commit is contained in:
parent
f0c1e68500
commit
bd04ede5ad
2 changed files with 54 additions and 40 deletions
|
|
@ -37,6 +37,7 @@ class AudioDriverJavaScript : public AudioDriver {
|
|||
|
||||
float *internal_buffer;
|
||||
|
||||
int _driver_id;
|
||||
int buffer_length;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue