Merge branch 'AddPlayers' of github.com:progtime-net/ZoFo into AddPlayers
This commit is contained in:
commit
3a80882bbe
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ namespace ZoFo.GameCore
|
||||||
(update as UpdateStopObjectCreated).collisions.Select(x => x.GetRectangle()).ToArray()
|
(update as UpdateStopObjectCreated).collisions.Select(x => x.GetRectangle()).ToArray()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (update is UpdateGameObjectCreated)
|
else if (update is UpdateGameObjectCreated)
|
||||||
{
|
{
|
||||||
Entity created_gameObject;
|
Entity created_gameObject;
|
||||||
|
|
Loading…
Add table
Reference in a new issue