some debugging

This commit is contained in:
Seth Alves 2015-04-13 11:38:30 -07:00
parent f44f823649
commit e2af93db5f

View file

@ -180,6 +180,11 @@ float EntityMotionState::computeMass(const ShapeInfo& shapeInfo) const {
}
void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_t frame) {
qDebug() << "-------------------------------------------";
qDebug() << "EntityMotionState::sendUpdate" << _type << _motionType << _isKinematic;
auto nodeList = DependencyManager::get<NodeList>();
if (!_entity->isKnownID()) {
return; // never update entities that are unknown
}