From 5e341340de5259acdb119866dc6819a81ed0ca84 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 24 Jul 2025 11:02:42 -0400 Subject: pke: pk.h breaking changes in test suite --- tests/pke-test-static-ui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/pke-test-static-ui.cpp') 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 -- cgit v1.2.3