mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added resources, and changed slightly how wrappers expose functions.
This commit is contained in:
@@ -87,7 +87,7 @@ namespace sdl
|
||||
|
||||
luax_register_gc(L, "love.event", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Event_functions, 0);
|
||||
return luax_register_module(L, wrap_Event_functions, 0, "event");
|
||||
}
|
||||
|
||||
} // sdl
|
||||
|
||||
Reference in New Issue
Block a user