mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add error message when trying to load project from CWD.
This commit is contained in:
parent
8deb221829
commit
a7358ddd12
7 changed files with 43 additions and 2 deletions
|
|
@ -201,6 +201,7 @@ public:
|
|||
virtual double get_unix_time() const override;
|
||||
|
||||
virtual Error set_cwd(const String &p_cwd) override;
|
||||
virtual String get_cwd() const override;
|
||||
|
||||
virtual void add_frame_delay(bool p_can_draw, bool p_wake_for_events) override;
|
||||
virtual void delay_usec(uint32_t p_usec) const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue