From 3383f3cd35c8df104a63669841a14e756ea592c5 Mon Sep 17 00:00:00 2001 From: Indradb <60851042+Indra-db@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:58:16 +0100 Subject: [PATCH] Update flecs.h --- flecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flecs.h b/flecs.h index 74534dc2fe..1f2764ac55 100644 --- a/flecs.h +++ b/flecs.h @@ -30567,7 +30567,7 @@ inline T* world::get_mut() const { template inline void world::modified() const { flecs::entity e(m_world, _::cpp_type::id(m_world)); - return e.modified(); + e.modified(); } template