mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 20:15:33 +00:00
revert some blank lines
This commit is contained in:
parent
c067782814
commit
fff1df9ee4
1 changed files with 0 additions and 2 deletions
|
@ -680,9 +680,7 @@ namespace MWPhysics
|
|||
return;
|
||||
|
||||
auto actor = std::make_shared<Actor>(ptr, shape, mTaskScheduler.get());
|
||||
|
||||
mActors.emplace(ptr, std::move(actor));
|
||||
|
||||
}
|
||||
|
||||
int PhysicsSystem::addProjectile (const MWWorld::Ptr& caster, const osg::Vec3f& position, const std::string& mesh, bool computeRadius, bool canTraverseWater)
|
||||
|
|
Loading…
Reference in a new issue