universal indexing rules in BezierCurve

This commit is contained in:
muddmaker
2014-12-31 23:19:07 -08:00
parent 2c5f7dc896
commit 47a4cc34a5
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ LOVE 0.9.2 [Baby Inspector]
* Added love.window.toPixels and love.window.fromPixels.
* Added love.window.setPosition and love.window.getPosition, and 'x' and 'y' fields to love.window.setMode and t.window in love.conf.
* Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled.
* Added BezierCurve:renderSegment.
* Added BezierCurve:renderSegment and BexierCurve:removePoint.
* Deprecated SpriteBatch:bind and SpriteBatch:unbind.
* Deprecated all uses of the name 'FSAA' in favor of 'MSAA'.