mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix a typo in the love.window.getNativeDPIScale function name.
This commit is contained in:
@@ -640,7 +640,7 @@ static const luaL_Reg functions[] =
|
||||
{ "hasMouseFocus", w_hasMouseFocus },
|
||||
{ "isVisible", w_isVisible },
|
||||
{ "getDPIScale", w_getDPIScale },
|
||||
{ "nativeDPIScale", w_getNativeDPIScale },
|
||||
{ "getNativeDPIScale", w_getNativeDPIScale },
|
||||
{ "toPixels", w_toPixels },
|
||||
{ "fromPixels", w_fromPixels },
|
||||
{ "minimize", w_minimize },
|
||||
|
||||
Reference in New Issue
Block a user