Having a function exposed like draw_self and the following code
draw_self();
Parsed and compiled, and called results the self scope not being correctly passed over in expr functions. Applying these small changes remedies the self scope being incorrect in these cases.
Having a function exposed like
draw_self
and the following codeParsed and compiled, and called results the
self
scope not being correctly passed over in expr functions. Applying these small changes remedies the self scope being incorrect in these cases.