From aa30ec81d6d11721a04b3ba139fed232ab5aff7e Mon Sep 17 00:00:00 2001 From: Mads Buvik Sandvei Date: Sun, 3 Dec 2023 16:27:21 +0100 Subject: [PATCH] more clang format --- apps/openmw/mwphysics/mtphysics.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/openmw/mwphysics/mtphysics.hpp b/apps/openmw/mwphysics/mtphysics.hpp index d2eb320ea4..83d3010359 100644 --- a/apps/openmw/mwphysics/mtphysics.hpp +++ b/apps/openmw/mwphysics/mtphysics.hpp @@ -46,8 +46,8 @@ namespace MWPhysics /// @param timeAccum accumulated time from previous run to interpolate movements /// @param actorsData per actor data needed to compute new positions /// @return new position of each actor - void applyQueuedMovements(float& timeAccum, float simulationTime, std::vector& simulations, osg::Timer_t frameStart, - unsigned int frameNumber, osg::Stats& stats); + void applyQueuedMovements(float& timeAccum, float simulationTime, std::vector& simulations, + osg::Timer_t frameStart, unsigned int frameNumber, osg::Stats& stats); void resetSimulation(const ActorMap& actors); @@ -87,8 +87,8 @@ namespace MWPhysics void afterPostSim(); void syncWithMainThread(); void waitForWorkers(); - void prepareWork(float& timeAccum, float simulationTime, std::vector& simulations, osg::Timer_t frameStart, - unsigned int frameNumber, osg::Stats& stats); + void prepareWork(float& timeAccum, float simulationTime, std::vector& simulations, + osg::Timer_t frameStart, unsigned int frameNumber, osg::Stats& stats); std::unique_ptr mWorldFrameData; std::vector* mSimulations = nullptr;