Update Entity.hpp

Former-commit-id: 1d99c5e8ecc59365b5e7b8a38ca6b7d728afe61e [formerly 8ad7a1c88ab8bfc98b3d31cc475ba5f1da2b640a] [formerly b8e21adaa60f4709451afbf5b38546e3129a1d5e [formerly 29cf1e9d53f54156ec4d691c4155d510139a8f0b]]
Former-commit-id: 0c981c02a27181bbb8771bf4c3524a0a3a935f60 [formerly aaf146a3ca97aaa7b0c9601b7e277b0a2b66936b]
Former-commit-id: 4f2fda343a111f80d6f9827d3a377fe07d2f59b5
This commit is contained in:
S6066 2016-08-23 16:49:47 +02:00 committed by GitHub
parent 0f1c629d46
commit ab9bd52b1c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace Ndk
const EntityHandle& Clone() const;
inline void Enable(bool enable);
inline void Enable(bool enable = true);
inline BaseComponent& GetComponent(ComponentIndex index);
template<typename ComponentType> ComponentType& GetComponent();