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:
parent
5c69f2efd1
commit
86fcfcd223
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ var Render = {};
|
|||
|
||||
}
|
||||
|
||||
context.setLineDash([0]);
|
||||
context.setLineDash([]);
|
||||
context.translate(-0.5, -0.5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue