Continue block shapes

This commit is contained in:
Miloslav Ciz 2024-07-23 19:57:29 +02:00
parent 9e3bf000cf
commit c4d56de0d4
3 changed files with 124 additions and 25 deletions

View file

@ -16,6 +16,6 @@
(LCR_SETTING_FREE_CAMERA_TURN_SPEED / LCR_SETTING_FPS)
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_BYTES 64
#define LCR_MAP_BLOCK_SHAPE_MAX_BYTES 80
#endif