Velocity now updating in transformcomponent
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Components
|
||||
{
|
||||
struct TankSteering : Component
|
||||
{
|
||||
EntityID Player;
|
||||
EntityID Turret;
|
||||
EntityID Barrel;
|
||||
TankSteering* Clone() const override { return new TankSteering(*this); }
|
||||
|
||||
Reference in New Issue
Block a user