remove debug dot in the cursor
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
2fe9ed3ae5
commit
77380a7b53
1 changed files with 0 additions and 5 deletions
|
@ -189,9 +189,4 @@ const _reticle_draw = (evn, snapToGrid = true) => {
|
|||
ovCtx.lineWidth = 1;
|
||||
ovCtx.strokeStyle = "#FFF";
|
||||
ovCtx.strokeRect(bb.x, bb.y, bb.w, bb.h); //origin is middle of the frame
|
||||
// TEMP
|
||||
ovCtx.fillStyle = "#0FF";
|
||||
ovCtx.beginPath();
|
||||
ovCtx.arc(evn.x, evn.y, 5, 0, Math.PI * 2);
|
||||
ovCtx.fill();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue