diff options
author | Fabian Keller <github.100.fkeller@spamgourmet.com> | 2022-07-30 12:17:33 +0200 |
---|---|---|
committer | Fabian Keller <github.100.fkeller@spamgourmet.com> | 2022-08-02 23:38:14 +0200 |
commit | f242f9c7385f86c5bb5ebd8c56b5a6d6ebb59985 (patch) | |
tree | 6c3e3ce96cc19c6c5c14b41d9defb4f7d8a7d5a5 /tests/test_main.cpp | |
parent | f450f242b91249ad9f899943716d21c8657accbd (diff) | |
download | redot-engine-f242f9c7385f86c5bb5ebd8c56b5a6d6ebb59985.tar.gz |
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index 16654181c6..d533ce4f63 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -49,6 +49,8 @@ #include "tests/core/math/test_random_number_generator.h" #include "tests/core/math/test_rect2.h" #include "tests/core/math/test_rect2i.h" +#include "tests/core/math/test_transform_2d.h" +#include "tests/core/math/test_transform_3d.h" #include "tests/core/math/test_vector2.h" #include "tests/core/math/test_vector2i.h" #include "tests/core/math/test_vector3.h" |