DarkRadiant: master 3b806088

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 24.11.2021 21:14 master a64abd18
Changeset scene::forEachTransformable takes node by reference

Not sure why this was ever using a shared_ptr, since the INode was never
stored: the only thing the function ever did with it was immediately
dereference it. Switching to a simple reference avoids the need for several
shared_from_this() calls in Doom3GroupNode.
mod - libs/transformlib.h Diff File
mod - radiantcore/entity/doom3group/Doom3GroupNode.cpp Diff File