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:
@@ -86,7 +86,7 @@ namespace sdl
|
||||
|
||||
luax_register_gc(L, "love.timer", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Timer_functions, 0);
|
||||
return luax_register_module(L, wrap_Timer_functions, 0, "timer");
|
||||
}
|
||||
|
||||
} // sdl
|
||||
|
||||
Reference in New Issue
Block a user