summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/box2dtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/box2dtools.cxx')
-rw-r--r--slideshow/source/engine/box2dtools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/box2dtools.cxx b/slideshow/source/engine/box2dtools.cxx
index cb365165a274..c6009afa6878 100644
--- a/slideshow/source/engine/box2dtools.cxx
+++ b/slideshow/source/engine/box2dtools.cxx
@@ -387,7 +387,7 @@ void box2DWorld::processUpdateQueue(const double fPassedTime)
}
}
-void box2DWorld::initateAllShapesAsStaticBodies(
+void box2DWorld::initiateAllShapesAsStaticBodies(
const slideshow::internal::ShapeManagerSharedPtr& pShapeManager)
{
assert(mpBox2DWorld);
@@ -592,7 +592,7 @@ void box2DWorld::alertPhysicsAnimationStart(
initiateWorld(rSlideSize);
if (!mbShapesInitialized)
- initateAllShapesAsStaticBodies(pShapeManager);
+ initiateAllShapesAsStaticBodies(pShapeManager);
mnPhysicsAnimationCounter++;
}