mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Threads now get the love.filesystem package.loader too
This commit is contained in:
@@ -302,7 +302,10 @@ namespace physfs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
instance->retain();
|
instance->retain();
|
||||||
|
love::luax_register_searcher(L, loader);
|
||||||
|
}
|
||||||
|
|
||||||
WrappedModule w;
|
WrappedModule w;
|
||||||
w.module = instance;
|
w.module = instance;
|
||||||
|
|||||||
Reference in New Issue
Block a user