mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Enable WebGL2 in web export, start fixing build
Will not yet compile
This commit is contained in:
parent
7b059965e8
commit
e06edc67c0
13 changed files with 40 additions and 62 deletions
|
@ -156,7 +156,7 @@ Variant JavaScript::eval(const String& p_code, bool p_use_global_exec_context) {
|
|||
|
||||
void JavaScript::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("eval", "code", "use_global_execution_context"), &JavaScript::eval, false);
|
||||
ClassDB::bind_method(_MD("eval", "code", "use_global_execution_context"), &JavaScript::eval, false);
|
||||
}
|
||||
|
||||
JavaScript::JavaScript() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue