mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merge branch 'main' into 12.0-development
This commit is contained in:
@@ -164,7 +164,7 @@ bool System::openURL(const std::string &url) const
|
||||
|
||||
#endif
|
||||
|
||||
return (int) result > 32;
|
||||
return (ptrdiff_t) result > 32;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user