mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added resources, and changed slightly how wrappers expose functions.
This commit is contained in:
@@ -243,7 +243,7 @@ namespace physfs
|
||||
|
||||
luax_register_gc(L, "love.filesystem", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Filesystem_functions, wrap_Filesystem_types);
|
||||
return luax_register_module(L, wrap_Filesystem_functions, wrap_Filesystem_types, "filesystem");
|
||||
}
|
||||
|
||||
} // physfs
|
||||
|
||||
Reference in New Issue
Block a user