Quicktest stops reading source beyond a second subroutine call
ChrisPC opened this issue · 1 comments
ChrisPC commented
If you have the same subroutine called more than once in the same scene -- which is, after all, the point of using subroutines -- quicktest stops reading beyond that point. Ideally I think it should skip over any additional subroutine calls after the first as if they weren't there, and just continue on with the next line of code.
dfabulich commented
oops! good catch