This commit is contained in:
vita10gy
2013-02-23 17:23:00 -06:00
parent 4e445a7173
commit e835ed75ac
2 changed files with 15 additions and 6 deletions

View File

@ -520,7 +520,8 @@ window.renderField = function(ent) {
smoothFactor: 10,
vertices: ent[2].capturedRegion,
lastUpdate: ent[1],
guid: ent[0]});
guid: ent[0],
data: ent[2]});
if(!getPaddedBounds().intersects(poly.getBounds())) return;