mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
spelling mistake
This commit is contained in:
parent
b3af1840c7
commit
b76e22c952
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function resetBlocks() {
|
|||
type: 'Model',
|
||||
modelURL: HIFI_PUBLIC_BUCKET + 'marketplace/hificontent/Games/blocks/block.fbx',
|
||||
shapeType: 'box',
|
||||
name: 'JengaBlock' + ((layerIndex * BLOCKS_PER_LAYER) + blockIndex),
|
||||
name: 'PlankyBlock' + ((layerIndex * BLOCKS_PER_LAYER) + blockIndex),
|
||||
dimensions: BLOCK_SIZE,
|
||||
position: {
|
||||
x: basePosition.x + localTransform.x,
|
||||
|
|
Loading…
Reference in a new issue