Fixed physics relative orientations!
This commit is contained in:
@@ -8,6 +8,8 @@ namespace Components
|
||||
|
||||
struct SpawnPoint : Component
|
||||
{
|
||||
EntityID Player;
|
||||
|
||||
virtual SpawnPoint* Clone() const override { return new SpawnPoint(*this); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user