JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
73 stars 15 forks source link

Fix Line distribution with function calls #48

Closed JBenda closed 2 years ago

JBenda commented 2 years ago

Function calls dont split lines correct.

Assumed problem a miss managment with no_change operations

Fix recomandet in https://github.com/brwarner/inkcpp/issues/44#issuecomment-1189681843 leads to wrong visit counts, since nodes visited by look aheads are not forgetten correctly

closes #45