From b4389dfb590862b50cc6c9ce59d3fcef9bd046b3 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 3 Apr 2017 20:11:21 +0200 Subject: World comments, other comments, todos --- not/PhysicalBody.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'not/PhysicalBody.lua') diff --git a/not/PhysicalBody.lua b/not/PhysicalBody.lua index 7c05262..7b774f2 100644 --- a/not/PhysicalBody.lua +++ b/not/PhysicalBody.lua @@ -17,7 +17,7 @@ function PhysicalBody:new (world, x, y, imagePath) end ]] --- Initializator of `PhysicalBody`. +-- Initializer of `PhysicalBody`. function PhysicalBody:init (world, x, y, imagePath) Sprite.init(self, imagePath) self.body = love.physics.newBody(world.world, x, y) -- cgit v1.1