This commit is contained in:
Nathan Sobo 2023-08-02 08:25:40 -06:00
parent b695c42e11
commit 300ce61bd0
4 changed files with 47 additions and 38 deletions

View file

@ -60,7 +60,7 @@ impl TestAppContext {
RefCounts::new(leak_detector),
(),
);
cx.next_entity_id = first_entity_id;
cx.next_id = first_entity_id;
let cx = TestAppContext {
cx: Rc::new(RefCell::new(cx)),
foreground_platform,