]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/world.cpp
more variety over age
[blobs.git] / src / world / world.cpp
index 91f9bc6751fbaedcda6f67fd1378720c87eda680..19f6f4af6603607c3eb709a832defcad0215a26c 100644 (file)
@@ -142,6 +142,7 @@ void Body::Tick(double dt) {
        rotation += dt * AngularMomentum() / Inertia();
        Cache();
        for (creature::Creature *c : Creatures()) {
+               // TODO: this is self modifying, fix it fix it fix it
                c->Tick(dt);
        }
        for (auto c = Creatures().begin(); c != Creatures().end();) {