DarkRadiant: master 42b1d0b5

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 09.02.2021 19:54 master 070757c3
Changeset Broadcast transformChanged() to attached entities

Attached light now moves with the parent entity, which did not happen before
because the attached entity's transformChanged() method was never called to
invalidate its localToWorld when the parent entity moved.
mod - radiantcore/entity/EntityNode.cpp Diff File
mod - radiantcore/entity/EntityNode.h Diff File
mod - test/Entity.cpp Diff File