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