You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Use dummy driver when JS AudioContext is unavailable.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
class OS_JavaScript : public OS_Unix {
|
||||
MainLoop *main_loop = nullptr;
|
||||
AudioDriverJavaScript audio_driver_javascript;
|
||||
AudioDriverJavaScript *audio_driver_javascript = nullptr;
|
||||
|
||||
bool finalizing = false;
|
||||
bool idb_available = false;
|
||||
|
||||
Reference in New Issue
Block a user