Fixed physics relative orientations!

This commit is contained in:
2014-06-04 04:18:44 +02:00
parent 7d9f1a7ac7
commit e11f656b3d
6 changed files with 298 additions and 275 deletions
+2
View File
@@ -8,6 +8,8 @@ namespace Components
struct SpawnPoint : Component
{
EntityID Player;
virtual SpawnPoint* Clone() const override { return new SpawnPoint(*this); }
};