diff --git a/README.md b/README.md index 94a7d91..20df82f 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ public class ExampleSystem : EgoSystem { public override void Start() { - base.Start(); - // Create a falling cube var cubeEgoComponent = Ego.AddGameObject( GameObject.CreatePrimitive( PrimitiveType.Cube ) ); cubeEgoComponent.gameObject.name = "Cube";