Fix copywrite notice

This commit is contained in:
octacian 2017-02-07 13:45:57 -08:00
parent f6db3c438e
commit 5902b1aa2f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--[[
Copyright 2016-2017 - Auke Kok <sofar@foo-projects.org>
Copyright 2017 - Elijah Duffy <theoctacian@gmail.com>
License:
@ -126,7 +127,7 @@ function camera:on_step(dtime)
speed = math.min(speed + 0.1, 20)
end
if ctrl.down then
-- backward acccelerate
-- backward accelerate
speed = math.max(speed - 0.1, -20)
end
if ctrl.jump then