mirror of
https://github.com/Relintai/godot_voxel.git
synced 2025-05-01 17:57:55 +02:00
Add an italian pointy hand where there should have been an italian pointy hand
This commit is contained in:
parent
6e06d200bf
commit
b264b3d319
@ -121,7 +121,18 @@ Array VoxelMesher::build(const VoxelBuffer &buffer, unsigned int channel, Vector
|
|||||||
// and then save a lot of time.
|
// and then save a lot of time.
|
||||||
|
|
||||||
uint8_t *type_buffer = buffer.get_channel_raw(Voxel::CHANNEL_TYPE);
|
uint8_t *type_buffer = buffer.get_channel_raw(Voxel::CHANNEL_TYPE);
|
||||||
CRASH_COND(type_buffer == NULL); // *italian pointy hand*
|
// _
|
||||||
|
// | \
|
||||||
|
// /\ \\
|
||||||
|
// / /|\\\
|
||||||
|
// | |\ \\\
|
||||||
|
// | \_\ \\|
|
||||||
|
// | | )
|
||||||
|
// \ | |
|
||||||
|
// \ /
|
||||||
|
CRASH_COND(type_buffer == NULL);
|
||||||
|
|
||||||
|
|
||||||
//CRASH_COND(memarr_len(type_buffer) != buffer.get_volume() * sizeof(uint8_t));
|
//CRASH_COND(memarr_len(type_buffer) != buffer.get_volume() * sizeof(uint8_t));
|
||||||
|
|
||||||
// Build lookup tables so to speed up voxel access.
|
// Build lookup tables so to speed up voxel access.
|
||||||
|
Loading…
Reference in New Issue
Block a user