BrokenBricksECS icon indicating copy to clipboard operation
BrokenBricksECS copied to clipboard

Typos in ComponentArray subscription methods

Open acoppes opened this issue 6 years ago • 1 comments

I believe there are some typos... at least I saw something like:

        public void UnsubscripOnComponentChanged(Entity entity, IComponentChangedEventListener<TComponent> eventListener) {
            _entityComponentChangedEvent.Unsubscribe(ref entity, eventListener);
        }

Not sure if Unsubscrip is the proper naming, inside it calls the Unsubscribe() event.

acoppes avatar Jan 14 '18 14:01 acoppes

thx I'll fix it

Spy-Shifty avatar Jan 14 '18 17:01 Spy-Shifty