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:
@@ -130,7 +130,7 @@ namespace sound
|
||||
|
||||
luax_register_gc(L, "love.sound", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Sound_functions, wrap_Sound_types);
|
||||
return luax_register_module(L, wrap_Sound_functions, wrap_Sound_types, "sound");
|
||||
}
|
||||
|
||||
} // sound
|
||||
|
||||
Reference in New Issue
Block a user