Skip to content

Commit

Permalink
world::defer: Remove incorrect sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and SanderMertens committed Jul 14, 2024
1 parent 53f6d6e commit 7abe972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -21376,8 +21376,7 @@ struct world {
remove_all(_::type<First>::id(world_), second);
}

/** Defer all operations called in function. If the world is already in
* deferred mode, do nothing.
/** Defer all operations called in function.
*
* @see flecs::world::defer_begin()
* @see flecs::world::defer_end()
Expand Down
3 changes: 1 addition & 2 deletions include/flecs/addons/cpp/world.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,7 @@ struct world {
remove_all(_::type<First>::id(world_), second);
}

/** Defer all operations called in function. If the world is already in
* deferred mode, do nothing.
/** Defer all operations called in function.
*
* @see flecs::world::defer_begin()
* @see flecs::world::defer_end()
Expand Down

0 comments on commit 7abe972

Please sign in to comment.