fatal glitch in threading system
ThomasTheSpaceFox opened this issue · 1 comments
ThomasTheSpaceFox commented
for some reason when the threadstart instruction (line 797 of SBTCVM_MK2.py) is run, ALL the thread object instances are activated, when only the thread specified in threadref should be. this needs to be resolved for work on threading system to continue.
ThomasTheSpaceFox commented
this issue has been fixed. the threading system is now fully operational.