You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix HTML5 feature tags
'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support.
This commit is contained in:
@@ -52,7 +52,6 @@ class OS_JavaScript : public OS_Unix {
|
||||
|
||||
VisualServer *visual_server;
|
||||
AudioDriverJavaScript audio_driver_javascript;
|
||||
const char *gl_extensions;
|
||||
|
||||
InputDefault *input;
|
||||
Vector2 windowed_size;
|
||||
@@ -139,8 +138,6 @@ public:
|
||||
|
||||
virtual bool has_touchscreen_ui_hint() const;
|
||||
|
||||
void set_opengl_extensions(const char *p_gl_extensions);
|
||||
|
||||
virtual Error shell_open(String p_uri);
|
||||
virtual String get_user_data_dir() const;
|
||||
String get_executable_path() const;
|
||||
|
||||
Reference in New Issue
Block a user