mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Ensure process notification is received only if really enabled, fixes #7894
This commit is contained in:
@@ -364,6 +364,7 @@ public:
|
||||
void set_pause_mode(PauseMode p_mode);
|
||||
PauseMode get_pause_mode() const;
|
||||
bool can_process() const;
|
||||
bool can_process_notification(int p_what) const;
|
||||
|
||||
void request_ready();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user