Skip to content

Commit

Permalink
fixed ui bug where ui wouldn't wipe before updating
Browse files Browse the repository at this point in the history
  • Loading branch information
tsun1215 committed Jun 1, 2013
1 parent 386b00d commit 18ebd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GameLayer/gamelayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ function mouseHandler(event){
focus = null;
// stage.removeEventListener('click', stageEventHandler);
stage.removeEventListener('stagemousemove', stageEventHandler);
contentcontainer.children[1].removeAllChildren();
} else {
focus = event.target;
//console.log(focus);
Expand Down

0 comments on commit 18ebd73

Please sign in to comment.