Rystic / clay

A small game I'm making with LWJGL.
0 stars 0 forks source link

Behaviors being marked as unreachable even though a path exists. #93

Closed Rystic closed 10 years ago

Rystic commented 10 years ago

Happened with reachable ovens, their conversion behaviors kept being queued in the unreachable list. Although the root cause is unknown, this bug could possibly be a result of the multithreading in golem behavior process. The golem behavior process should be updated to work mostly single threaded.