starting to abstract the vertext buffers

This commit is contained in:
Hartmut Seichter 2019-01-24 16:29:26 +01:00
parent baa209ceea
commit 9bdc13e3fc
3 changed files with 41 additions and 16 deletions

View file

@ -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;
}
}