mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +01:00
Fix normal compile.
This commit is contained in:
parent
a4fc573f85
commit
40535bfb59
@ -272,12 +272,6 @@ void VoxelmanLibraryMerger::refresh_rects() {
|
||||
surface->set_region(static_cast<VoxelSurface::VoxelSurfaceSides>(j), _packer->get_texture(tex));
|
||||
}
|
||||
}
|
||||
|
||||
Ref<GroundClutter> gc = surface->get_clutter();
|
||||
|
||||
if (gc.is_valid()) {
|
||||
gc->add_textures_to(_packer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user