mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +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;
|
return;
|
||||||
|
|
||||||
auto actor = std::make_shared<Actor>(ptr, shape, mTaskScheduler.get());
|
auto actor = std::make_shared<Actor>(ptr, shape, mTaskScheduler.get());
|
||||||
|
|
||||||
mActors.emplace(ptr, std::move(actor));
|
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)
|
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