Removed Color TestCode in WeaponSystem

This commit is contained in:
verysecrethero
2016-01-21 16:03:30 +01:00
parent bdebc9de62
commit 7deb32431e
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -33,7 +33,6 @@ private:
IRenderer* m_Renderer;
std::vector<std::tuple<EntityID, glm::vec2>> m_EShootVector;
double m_TestDamageTotal = 0.0;
};
#endif