Velocity now updating in transformcomponent

This commit is contained in:
ViktorLjung
2014-05-28 22:09:54 +02:00
parent 651e62ba94
commit fd188fded6
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); }