mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Fix #53: Typo in camera.lua
This commit is contained in:
parent
12761564b9
commit
5e02dcdba2
@ -31,7 +31,7 @@ local camera = {}
|
|||||||
camera.__index = camera
|
camera.__index = camera
|
||||||
|
|
||||||
-- Movement interpolators (for camera locking/windowing)
|
-- Movement interpolators (for camera locking/windowing)
|
||||||
smooth.smooth = {}
|
camera.smooth = {}
|
||||||
|
|
||||||
function camera.smooth.none()
|
function camera.smooth.none()
|
||||||
return function(dx,dy) return dx,dy end
|
return function(dx,dy) return dx,dy end
|
||||||
|
Loading…
Reference in New Issue
Block a user