mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fix iOS build
--HG-- branch : minor
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public:
|
||||
return bits[other];
|
||||
}
|
||||
|
||||
bool isa(Type &other)
|
||||
bool isa(const Type &other)
|
||||
{
|
||||
if (!inited)
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user