mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
… typo fix
--HG-- branch : minor
This commit is contained in:
@@ -2169,7 +2169,7 @@ static const luaL_Reg functions[] =
|
||||
{ "getPixelWidth", w_getPixelWidth },
|
||||
{ "getPixelHeight", w_getPixelHeight },
|
||||
{ "getPixelDimensions", w_getPixelDimensions },
|
||||
{ "getPixelDensity", w_getPixelDimensions },
|
||||
{ "getPixelDensity", w_getPixelDensity },
|
||||
|
||||
{ "setScissor", w_setScissor },
|
||||
{ "intersectScissor", w_intersectScissor },
|
||||
|
||||
Reference in New Issue
Block a user