Removed Initialize function for systems.

This commit is contained in:
stiffly
2015-12-11 15:23:56 +01:00
parent 4da33ff4ec
commit 16d636a87c
5 changed files with 4 additions and 20 deletions
-1
View File
@@ -15,7 +15,6 @@ public:
, m_ComponentType(componentType)
{ }
virtual void Initialize() { }
virtual void Update(World* world, ComponentWrapper& component, double dt) = 0;
protected: