Limit FPS in JS by skipping iterations.
This commit is contained in:
@ -163,6 +163,7 @@ public:
|
||||
String get_executable_path() const;
|
||||
virtual Error shell_open(String p_uri);
|
||||
virtual String get_name() const;
|
||||
virtual void add_frame_delay(bool p_can_draw) {}
|
||||
virtual bool can_draw() const;
|
||||
|
||||
virtual String get_cache_path() const;
|
||||
|
||||
Reference in New Issue
Block a user