for (unsigned i = 0; i < troops.size(); i++) { if (troops[i]->active) { troops[i]->update(timestep); }
Post a Comment
No comments:
Post a Comment