Velocity now updating in transformcomponent

This commit is contained in:
ViktorLjung
2014-05-28 22:09:54 +02:00
committed by sippeangelo
parent ef0ff5a99b
commit 04b15fe92a
6 changed files with 45 additions and 16 deletions
-1
View File
@@ -7,7 +7,6 @@ namespace Components
{
struct TankSteering : Component
{
EntityID Player;
EntityID Turret;
EntityID Barrel;
TankSteering* Clone() const override { return new TankSteering(*this); }