Browse Source

Fixed hole in ray example

v1.x
Tj Holowaychuk 14 years ago
parent
commit
6e4d29f7b6
  1. 3
      examples/ray.js

3
examples/ray.js

@ -8,8 +8,9 @@ var Canvas = require('../lib/canvas')
, ctx = canvas.getContext('2d')
, fs = require('fs');
function render(level){
ctx.fillStyle = getPointColour(122,122);
ctx.fillRect(0,0,240,240);
renderLevel(level,81,0);
}

Loading…
Cancel
Save