Merge branch 'main' into item-models

This commit is contained in:
MihailRis
2024-10-28 10:18:04 +03:00
12 changed files with 141 additions and 8 deletions
@@ -45,6 +45,7 @@ static int l_load_fragment(lua::State* L) {
auto fragment = std::make_shared<VoxelFragment>();
fragment->deserialize(map);
fragment->prepare(*content);
return lua::newuserdata<lua::LuaVoxelFragment>(L, std::move(fragment));
}