diff options
author | Adriano Orioli <orioli.adriano@gmail.com> | 2024-04-04 17:10:34 +0200 |
---|---|---|
committer | Adriano Orioli <orioli.adriano@gmail.com> | 2024-05-28 11:51:49 +0200 |
commit | edd2e6e37fa28f8aaf4e5192fa81b706d01b36bc (patch) | |
tree | 8df6adafac3ed66aec4cf132d42b349a5bcd51cf /tests/test_main.cpp | |
parent | be56cab58c056c074d1e02cd0b38641204e39f41 (diff) | |
download | redot-engine-edd2e6e37fa28f8aaf4e5192fa81b706d01b36bc.tar.gz |
make InstancePlaceholder in charge of node reference resolution
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index dd30003c01..041231888b 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -111,6 +111,7 @@ #include "tests/scene/test_curve_3d.h" #include "tests/scene/test_gradient.h" #include "tests/scene/test_image_texture.h" +#include "tests/scene/test_instance_placeholder.h" #include "tests/scene/test_node.h" #include "tests/scene/test_node_2d.h" #include "tests/scene/test_packed_scene.h" |