Fix some details
This commit is contained in:
parent
8450e113fa
commit
139bb2f905
4 changed files with 31 additions and 4 deletions
|
@ -903,6 +903,13 @@ uint8_t _LCR_buildMapModel(void)
|
|||
vx, vy, vz, // vertex coords
|
||||
vi = 0; // vertex index (0, 1 or 2)
|
||||
|
||||
#ifdef LCR_LOADING_COMMAND
|
||||
if (j % 64 == 0)
|
||||
{
|
||||
LCR_LOADING_COMMAND
|
||||
}
|
||||
#endif
|
||||
|
||||
LCR_mapBlockGetCoords(block,&bx,&by,&bz);
|
||||
|
||||
LCR_mapGetBlockShape(blockType,LCR_mapBlockGetTransform(block),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue