diff options
Diffstat (limited to 'scene/2d/area_2d.h')
| -rw-r--r-- | scene/2d/area_2d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/area_2d.h b/scene/2d/area_2d.h index 9fa31abb6..a886bd7d9 100644 --- a/scene/2d/area_2d.h +++ b/scene/2d/area_2d.h @@ -58,6 +58,7 @@ private: uint32_t layer_mask; int priority; bool monitoring; + bool monitoring_stored; bool monitorable; bool locked; |
