From 475e7deb644653702fec8bd3d34f45a0e29f1cd3 Mon Sep 17 00:00:00 2001 From: fogfx Date: Wed, 1 Aug 2012 22:15:57 -0500 Subject: Update README.md dat grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35cf134..f819b10 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ fakecanvas is an attempt at emulating the functionality of canvases (render to t it is more or less a drop-in library, in that all you need to do is call `require 'fakecanvas'` (preferably inside `love.load`) to use it. fakecanvas' own functions will only be used if `love.graphics.isSupported "canvas"` is false, unless this behavior is overridden (see below). -since it uses (a few) screenshots in order to isolate drawing operations, which means there are some amusing drawbacks: +it uses (a few) screenshots in order to isolate drawing operations, which means there are some amusing drawbacks: * it's slow * possible drawing issues if you call `love.graphics.present()` yourself, specifically between `setCanvas()` calls -- cgit v1.2.3-54-g00ecf