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