Skip to content

Commit

Permalink
Fix addLayer not returning layer
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymtorres committed Jan 12, 2019
1 parent b21679d commit a57aa34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ldurniat/berry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,8 @@ function M.new( filename, tilesetsDirectory )
layer.objects = {}

self:insert( layer )


return layer
end

------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a57aa34

Please sign in to comment.