diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-04-01 21:18:16 +0200 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-11-02 21:45:00 +0100 |
commit | 022d24a9aef8aabd91dbef7fa6b01687748f78b6 (patch) | |
tree | c567dde5ea66db5065b44ec3db1ff60e0e46cf51 /scene/2d/node_2d.h | |
parent | 754552b34d3523a76656940145bd37328536292d (diff) | |
download | redot-engine-022d24a9aef8aabd91dbef7fa6b01687748f78b6.tar.gz |
Fix Viewport root order after Node2D raise
Diffstat (limited to 'scene/2d/node_2d.h')
-rw-r--r-- | scene/2d/node_2d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/node_2d.h b/scene/2d/node_2d.h index 0d8a31e6bb..04bbdf639d 100644 --- a/scene/2d/node_2d.h +++ b/scene/2d/node_2d.h @@ -53,6 +53,7 @@ class Node2D : public CanvasItem { void _update_xform_values(); protected: + void _notification(int p_notification); static void _bind_methods(); public: |