Skip to content

Commit

Permalink
Fix amalgamated build
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jan 20, 2025
1 parent 6331cc3 commit 9759386
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions distr/flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -25505,20 +25505,6 @@ struct entity_builder : entity_view {
* Emplace constructs a component in the storage, which prevents calling the
* destructor on the value passed into the function.
*
* Emplace attempts the following signatures to construct the component:
*
* @code
* T{Args...}
* T{flecs::entity, Args...}
* @endcode
*
* If the second signature matches, emplace will pass in the current entity
* as argument to the constructor, which is useful if the component needs
* to be aware of the entity to which it has been added.
*
* Emplace may only be called for components that have not yet been added
* to the entity.
*
* @tparam T the component to emplace
* @param args The arguments to pass to the constructor of T
*/
Expand Down

0 comments on commit 9759386

Please sign in to comment.