Skip to content

Commit

Permalink
Added missing message constant
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Apr 1, 2018
1 parent a23fc44 commit 1317c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orthographic/camera.script
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ local DEADZONE = hash("deadzone")
local BOUNDS = hash("bounds")
local UPDATE_CAMERA = hash("update_camera")
local ZOOM_TO = hash("zoom_to")
local USE_PROJECTION = hash("use_projection")

function init(self)
camera.init(go.get_id(), msg.url(), { zoom = self.zoom })
Expand Down

0 comments on commit 1317c5b

Please sign in to comment.