Skip to content

Commit

Permalink
Fixed missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 15, 2018
1 parent deb05ba commit 71de6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orthographic/render/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function M.screen_projection(self)
end

function M.set_screen_view_projection(self)
render.set_view(M.screen_view(self)
render.set_view(M.screen_view(self))
render.set_projection(M.screen_projection(self))
end

Expand Down

0 comments on commit 71de6c0

Please sign in to comment.