Skip to content

Commit

Permalink
Fix #53: Typo in camera.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
vrld committed Oct 16, 2015
1 parent 1276156 commit 5e02dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e02dcd

Please sign in to comment.