starting to abstract the vertext buffers
This commit is contained in:
parent
baa209ceea
commit
9bdc13e3fc
3 changed files with 41 additions and 16 deletions
|
@ -59,11 +59,10 @@ void script::state::load_all() {
|
|||
|
||||
// open all libraries
|
||||
_state.open_libraries();
|
||||
|
||||
//
|
||||
for (auto m : runtime_lua::get().register_functions()) {
|
||||
m.second(_state,_namespace);
|
||||
debug::d() << "loading module " << m.first;
|
||||
// debug::d() << "loading module " << m.first;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue