1
0
Fork 0

[client] Add todo

This commit is contained in:
Starbeamrainbowlabs 2017-06-15 17:27:24 +01:00
parent ce1f8545a6
commit 0bbe117f3d
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ class ChunkCache
cx / chunkSize, cy / chunkSize
);
// todo Render the purple box slightly different if we don't
// actually have a chunk form the server to render
if(this.showRenderedChunks) {
context.beginPath();
context.fillStyle = "hsla(270.5, 79.6%, 55.9%, 0.5)";