Add error message when trying to load project from CWD.

This commit is contained in:
Pāvels Nadtočajevs 2025-11-16 10:09:23 +02:00
parent 8deb221829
commit a7358ddd12
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
7 changed files with 43 additions and 2 deletions

View file

@ -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;