clear message depot at end of update
parent
b30923ade3
commit
2d55a3b6b2
|
@ -29,6 +29,8 @@ public class World
|
|||
{
|
||||
system.Update(delta);
|
||||
}
|
||||
|
||||
MessageDepot.Clear();
|
||||
}
|
||||
|
||||
public void Draw(TimeSpan delta)
|
||||
|
|
Loading…
Reference in New Issue