mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +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
|
|
@ -28,7 +28,7 @@
|
|||
/*************************************************************************/
|
||||
#ifndef AUDIO_SERVER_JAVASCRIPT_H
|
||||
#define AUDIO_SERVER_JAVASCRIPT_H
|
||||
|
||||
#if 0
|
||||
#include "servers/audio_server.h"
|
||||
|
||||
class AudioServerJavascript : public AudioServer {
|
||||
|
|
@ -223,3 +223,4 @@ public:
|
|||
};
|
||||
|
||||
#endif // AUDIO_SERVER_JAVASCRIPT_H
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue