You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "audio_server_javascript.h"
|
||||
|
||||
#if 0
|
||||
#include "emscripten.h"
|
||||
|
||||
AudioMixer *AudioServerJavascript::get_mixer() {
|
||||
@@ -847,3 +847,4 @@ AudioServerJavascript::AudioServerJavascript() {
|
||||
stream_volume_scale=1.0;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user