Merge remote-tracking branch 'origin/master' into 3rdPersonDeathCam

This commit is contained in:
verysecrethero
2016-02-02 15:13:00 +01:00
81 changed files with 1412 additions and 618 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class ComponentWrapperFactory
{
public:
ComponentWrapperFactory() = default;
ComponentWrapperFactory(std::string componentTypeName, std::size_t allocation = 0)
ComponentWrapperFactory(std::string componentTypeName, unsigned int allocation = 0)
{
m_ComponentInfo.Name = componentTypeName;
m_ComponentInfo.Meta->Allocation = allocation;