mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
The iOS game list screen now also displays folders that contain main.lua.
This commit is contained in:
@@ -1031,7 +1031,7 @@ void Window::requestAttention(bool continuous)
|
||||
|
||||
#elif defined(LOVE_MACOSX)
|
||||
|
||||
love::osx::requestAttention(continuous);
|
||||
love::macosx::requestAttention(continuous);
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user