Rystic / clay

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

Only inactive golems should have their behavior calculated. #46

Closed Rystic closed 10 years ago

Rystic commented 10 years ago

Calculate behavior still looks at the whole list of golems when it runs. This is a pointless task, since by the time we reach this code, we know which golems are active and which ones aren't.