Changed toolset to vs11, for future Havok implementation.

This commit is contained in:
ViktorLjung
2014-04-12 01:44:35 +02:00
parent 3470a80f40
commit 04fff4a27b
828 changed files with 80880 additions and 157684 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ namespace Components
{
struct FreeSteering : Component
{
float Speed = 35;
FreeSteering() : Speed(35) { }
float Speed;
};
}