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