Fix #53: Typo in camera.lua

This commit is contained in:
vrld 2015-10-16 11:20:08 +02:00
parent 12761564b9
commit 5e02dcdba2

View File

@ -31,7 +31,7 @@ local camera = {}
camera.__index = camera
-- Movement interpolators (for camera locking/windowing)
smooth.smooth = {}
camera.smooth = {}
function camera.smooth.none()
return function(dx,dy) return dx,dy end