Skip to content

Commit

Permalink
chore: Added changes from the playdate 1.12.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMalenfant authored and alerque committed Jun 22, 2022
1 parent f911d29 commit 9631698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luacheck/builtin_standards/playdate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ local playdate = {
fields = {
affineTransform = standards.def_fields("new"),
arc = standards.def_fields("new"),
lineSegment = standards.def_fields("new"),
lineSegment = standards.def_fields("new", "fast_intersection"),
point = standards.def_fields("new"),
polygon = standards.def_fields("new"),
rect = standards.def_fields("new", "fast_intersection", "fast_union"),
Expand Down

0 comments on commit 9631698

Please sign in to comment.