mirror of
https://github.com/godotengine/godot.git
synced 2026-02-19 13:50:52 +00:00
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though
This commit is contained in:
parent
2c88f4d4b5
commit
ffcd954211
11 changed files with 58 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue