bug fix
This commit is contained in:
parent
684033ce6f
commit
5e2666fbd5
1 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,6 @@ public abstract class GameObject
|
|||
public GameObject(Vector2 position)
|
||||
{
|
||||
this.position = position;
|
||||
server = new Server();
|
||||
server.RegisterGameObject(this);
|
||||
|
||||
graphicsComponent.LoadContent();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue