Skip to content

Commit

Permalink
debugging flash sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed May 17, 2011
1 parent ee27e19 commit 4f6a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -401,7 +401,7 @@ function tapOut(sessionId) {

// move ball
function moveBall(moveTime) {
log(' moveBall: startx: '+rnd(startx)+', endx: '+endx+', starty: '+rnd(starty)+', duration: '+moveTime+', deltay: '+rnd(deltay));
//log(' moveBall: startx: '+rnd(startx)+', endx: '+endx+', starty: '+rnd(starty)+', duration: '+rnd(moveTime)+', deltay: '+rnd(deltay));
io.broadcast({type:'moveBall', startx:startx, starty:starty, endx:endx, deltay:deltay, duration:moveTime});
}

Expand Down

0 comments on commit 4f6a37b

Please sign in to comment.