Skip to content

Commit

Permalink
Update flecs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Indra-db committed Oct 3, 2023
1 parent 9804c1a commit 3383f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -30567,7 +30567,7 @@ inline T* world::get_mut() const {
template <typename T>
inline void world::modified() const {
flecs::entity e(m_world, _::cpp_type<T>::id(m_world));
return e.modified<T>();
e.modified<T>();
}

template <typename First, typename Second>
Expand Down

0 comments on commit 3383f3c

Please sign in to comment.