Fix compilation for good

This commit is contained in:
Lynix 2018-01-13 12:01:53 +01:00
parent 0183f60b80
commit 141640a962
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Ndk
ConstraintComponent2D(const ConstraintComponent2D& joint) = default; ConstraintComponent2D(const ConstraintComponent2D& joint) = default;
ConstraintComponent2D(ConstraintComponent2D&& joint) = default; ConstraintComponent2D(ConstraintComponent2D&& joint) = default;
template<typename T, typename... Args> inline Nz::ObjectRef<T> CreateConstraint(const Ndk::EntityHandle first, const Ndk::EntityHandle second, Args&&... args); template<typename T, typename... Args> inline Nz::ObjectRef<T> CreateConstraint(const Ndk::EntityHandle& first, const Ndk::EntityHandle& second, Args&&... args);
static ComponentIndex componentIndex; static ComponentIndex componentIndex;