Update Entity.hpp

Former-commit-id: 235ba4e526bbfd099ffe3f70579f5bf6143197f2 [formerly 1a80f70248e9512ebf995ea59bc18e63185896c0] [formerly e57b34dc18114250d575caabd7d8163eb227b43d [formerly d1525c1a67c741e9af763cc50951d29489751571]]
Former-commit-id: a53a0c100c3beff71414ee4d257e7683fe7b75aa [formerly 28701c5d4907386523c9b553f5f7ce3d70fa1b75]
Former-commit-id: 81f6862f1de2c7c00efa40ed482a66a8078291ce
This commit is contained in:
S6066 2016-08-23 16:49:47 +02:00 committed by GitHub
parent 524a890732
commit 044ecf325b
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();