Changed toolset to vs11, for future Havok implementation.
This commit is contained in:
@@ -7,7 +7,8 @@ namespace Components
|
||||
{
|
||||
struct FreeSteering : Component
|
||||
{
|
||||
float Speed = 35;
|
||||
FreeSteering() : Speed(35) { }
|
||||
float Speed;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user