Ensure process notification is received only if really enabled, fixes #7894

This commit is contained in:
Juan Linietsky
2018-07-29 21:20:41 -03:00
parent e896261b87
commit 15db793ef2
3 changed files with 15 additions and 1 deletions

View File

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