MovingBlocks / gestalt

A family of libraries providing a variety of core capabilities for use by games and game engines.
Apache License 2.0
27 stars 23 forks source link

backport(v7): refactor!: rename `Component::copy` to `Component::copyFrom` (#122) #123

Closed skaldarnar closed 3 years ago

skaldarnar commented 3 years ago

Backport changes from #122 to release/v7.x.

BREAKING CHANGES To fix incompatibilities simply rename implementations of Component::copy to Component::copyFrom.