X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2Fworld.cpp;h=7efcddd00da9972704b09a014658d405b22f9ca7;hb=00079fa1f73ef55054b177a8beb8106e98f5f4da;hp=d933dc4ec77f86d913d2cd66de5ced6e4a19d65f;hpb=e245d91528b1447cd1649533c587aebe278c3a53;p=blank.git diff --git a/src/world/world.cpp b/src/world/world.cpp index d933dc4..7efcddd 100644 --- a/src/world/world.cpp +++ b/src/world/world.cpp @@ -179,7 +179,6 @@ EntityDerivative Entity::CalculateStep( next.pos.block += delta.position * dt; next.velocity += delta.velocity * dt; limit(next.velocity, max_vel); - world.ResolveWorldCollision(*this, next); next.AdjustPosition(); EntityDerivative out;