Skip to content

Commit

Permalink
2k for now
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Apr 16, 2023
1 parent d468af5 commit bb13b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/Chunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class Chunk {
mergeMeshes: true,
instanceMeshes: true,
wireframe: true,
maxInstanceCount: 1000 //TODO: setting this to high kills FPS; increase on demand somehow?
maxInstanceCount: 2000 //TODO: setting this to high kills FPS; increase on demand somehow?
}) as BlockObject;//TODO
if (block.properties) {
await blockObject.setState(block.properties);
Expand Down

0 comments on commit bb13b76

Please sign in to comment.