remove unhelpful profiling with wrong category

This commit is contained in:
Andrew Meadows 2019-04-17 14:53:08 -07:00
parent fbd4db5505
commit 514d598797

View file

@ -2079,7 +2079,6 @@ void EntityTree::entityChanged(EntityItemPointer entity) {
}
void EntityTree::fixupNeedsParentFixups() {
PROFILE_RANGE(simulation_physics, "FixupParents");
MovingEntitiesOperator moveOperator;
QVector<EntityItemWeakPointer> entitiesToFixup;
{