diff options
Diffstat (limited to 'tests/pke-test-static-ui.cpp')
| -rw-r--r-- | tests/pke-test-static-ui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pke-test-static-ui.cpp b/tests/pke-test-static-ui.cpp index ad9673d..a826587 100644 --- a/tests/pke-test-static-ui.cpp +++ b/tests/pke-test-static-ui.cpp @@ -23,6 +23,7 @@ struct pke_ui_flex_params { void pke_test_static_ui_setup() { Extent.width = 1920; Extent.height = 1080; + pk_ev_init(nullptr); ECS_Init(); pke_ui_init(); } @@ -30,6 +31,7 @@ void pke_test_static_ui_setup() { void pke_test_static_ui_teardown() { pke_ui_teardown(); ECS_Teardown(); + pk_ev_teardown(); } // test static |
