mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed a compiler warning on Linux and iOS.
This commit is contained in:
@@ -1000,6 +1000,10 @@ void Window::requestAttention(bool continuous)
|
|||||||
#elif defined(LOVE_MACOSX)
|
#elif defined(LOVE_MACOSX)
|
||||||
|
|
||||||
love::osx::requestAttention(continuous);
|
love::osx::requestAttention(continuous);
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
LOVE_UNUSED(continuous);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user