You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Enable WebGL2 in web export, start fixing build
Will not yet compile
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user