Skip to content

Commit

Permalink
Fix README.md AGAIN. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Jul 13, 2015
1 parent 1f5d009 commit bfce2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Shortcut for `editgrid.convertCoords(camera, nil, "screen", "world", screenx, sc
local screenx, screeny = editgrid.toScreen(camera, worldx, worldy)
```
Converts world coordinates to screen coordinates.
Shortcut for `editgrid.convertCoords(camera, nil, "screen", "world", worldx, worldy)`
Shortcut for `editgrid.convertCoords(camera, nil, "world", "screen", worldx, worldy)`

```lua
local vx, vy, vw, vh = editgrid.visible(camera)
Expand Down

0 comments on commit bfce2c4

Please sign in to comment.