Closed Miroff closed 13 years ago
Now, each tile creates own instance of Kothic. I've tried to share Kothic instance, but it caused some kind of race-condition issue. We should remove all shared state from Kothic to allow simultaneous tiles rendering.
Fixed. The problem was in shared CollisionBuffer
Now, each tile creates own instance of Kothic. I've tried to share Kothic instance, but it caused some kind of race-condition issue. We should remove all shared state from Kothic to allow simultaneous tiles rendering.