eliasku / ecx

ECX is Entity Component System framework for Haxe
52 stars 10 forks source link

Update SystemBuilder.hx #12

Closed Glidias closed 6 years ago

Glidias commented 7 years ago

Fixed typehinting issue (caused by overlapping metadata :unreflective position) for Haxe 3.4 within update() function field body of System classes.

Reference issue: https://github.com/eliasku/ecx/issues/11

eliasku commented 7 years ago

Hi! Apologize for delay. I guess if all tests are working, especially for hxcpp target? Because @:unreflective by design should inject only on update() method. Are we sure that it is not breaking current examples and libraries? I will try to test current develop without/with the change in weekend