diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-15 22:35:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 22:35:44 +0200 |
| commit | 88a3db5bff3c5d62aec7e7ade4f6c62bf2d0ec3e (patch) | |
| tree | 971d9f7c4567f806461381078837bd7c0193dc9b /tests/test_main.cpp | |
| parent | 1b443da1827e312db1aa99e3895c1879caf246ca (diff) | |
| parent | 9f654b441fffa613568e30a4c53a57390be69e12 (diff) | |
| download | redot-engine-88a3db5bff3c5d62aec7e7ade4f6c62bf2d0ec3e.tar.gz | |
Merge pull request #42315 from lyuma/command_queue_fix
core/command_queue_mt.h: Fix crash/hang when buffer fills up
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 f0dec22738..60674c79c0 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -36,6 +36,7 @@ #include "test_basis.h" #include "test_class_db.h" #include "test_color.h" +#include "test_command_queue.h" #include "test_expression.h" #include "test_gradient.h" #include "test_gui.h" |
