Skip to content

Commit

Permalink
async kansas on viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Mar 23, 2013
1 parent 4cd96ab commit 5a8e500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/scripts/myviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,10 @@ function writePark(p){
$.getJSON("/kansasexport?id=" + brush, function(data){
brushes[brush] = eval( data.code );
brushes[brush]( ctx, poly, "#2A2AA5", "#2A2AA5" );
writePark( p );
});
}
return;
}
else{
// conventional 2D textures
Expand Down

0 comments on commit 5a8e500

Please sign in to comment.