mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
merge upstream/master into andrew/bispinor
Conflicts: libraries/physics/src/EntityMotionState.cpp
This commit is contained in:
commit
840acecbe6
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ float EntityMotionState::computeMass(const ShapeInfo& shapeInfo) const {
|
|||
}
|
||||
|
||||
void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_t frame) {
|
||||
if (!_entity->isKnownID()) {
|
||||
return; // never update entities that are unknown
|
||||
}
|
||||
if (_outgoingPacketFlags) {
|
||||
EntityItemProperties properties = _entity->getProperties();
|
||||
|
||||
|
|
Loading…
Reference in a new issue