mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Add todo
This commit is contained in:
parent
ce1f8545a6
commit
0bbe117f3d
1 changed files with 2 additions and 0 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue