GameCTO / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

Patch: calling methods using base is broken #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Basic problem is that the generated method for calling the base method is 
private, and LI no longer looks for non-public methods.

So here

https://github.com/stevedonovan/MonoLuaInterface/blob/master/src/GenerateEventAs
sembly.cs#L438

I've made the generated base methods public.

steve d.

Original issue reported on code.google.com by steve.j....@gmail.com on 16 Jul 2012 at 4:43