Merge pull request #70 from S6066/patch-1

Sdk/Entity: Add default parameter to Enable()

Former-commit-id: 1a0f5084df8e773cb8c19e84ec4d689d4f60e6e1 [formerly 7abfee7e656df505b39a61072c4c8afd5081dc99] [formerly 57286b977a9ea03c68aa0f0c2ce7749cc379c858 [formerly 1d56bf83000e9e6d58382b4888637ec8b3030bbe]]
Former-commit-id: d69028a1905987dc953f53cfa7f70fd056c1a647 [formerly 7f1dcbd126d4f60441d190c1781a1f5416e48cc6]
Former-commit-id: 52ca52448b1f814c3c49d69e58201da7524d72e6
This commit is contained in:
Lynix 2016-08-23 16:54:00 +02:00 committed by GitHub
commit 94c5c095f5
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();