1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Add unit tests for Decal

This commit is contained in:
Bogdan Mocanu
2024-06-20 15:12:58 +02:00
parent 3c9d03b875
commit bc85a84033
2 changed files with 134 additions and 0 deletions

View File

@@ -172,6 +172,7 @@
#include "tests/scene/test_camera_3d.h"
#include "tests/scene/test_convert_transform_modifier_3d.h"
#include "tests/scene/test_copy_transform_modifier_3d.h"
#include "tests/scene/test_decal.h"
#include "tests/scene/test_gltf_document.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_path_follow_3d.h"