Add missing call to flush in webgl map renderer

This commit is contained in:
Guillaume Beraudo
2014-11-21 13:36:09 +01:00
parent 235f7c5bd1
commit fe74bd1b2c
2 changed files with 2 additions and 2 deletions

View File

@@ -74,8 +74,6 @@ map.on('postcompose', function(event) {
vectorContext.setImageStyle(headOuterImageStyle);
vectorContext.drawMultiPointGeometry(headPoint, null);
vectorContext.flush();
map.render();
});
map.render();