Skip to content

Commit

Permalink
It's activate not enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Oct 16, 2013
1 parent af9b2a8 commit a497546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section-03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ multitouch support is not enabled by default because it takes up additional
resources on some devices. Multitouch is enabled by adding the directive

```lua
system.enable("multitouch")
system.activate("multitouch")
```

You only need to do this once so it shouldn't go in your main game function but
Expand Down

0 comments on commit a497546

Please sign in to comment.