diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-24 11:02:42 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-24 11:02:42 -0400 |
| commit | 5e341340de5259acdb119866dc6819a81ed0ca84 (patch) | |
| tree | e54360445b78607ea2d82dedc6ecbeffcbad6d45 /tests/pke-test-static-ui.cpp | |
| parent | 7d3b7f981998fdeb5375dff70f222821b0cdfc3d (diff) | |
pke: pk.h breaking changes in test suite
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 |
