0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-13 16:18:50 -05:00

fix issue in Render.inspector on Chrome

This commit is contained in:
liabru 2015-07-29 20:17:47 +01:00
parent 5c69f2efd1
commit 86fcfcd223

View file

@ -1022,7 +1022,7 @@ var Render = {};
}
context.setLineDash([0]);
context.setLineDash([]);
context.translate(-0.5, -0.5);
}