0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

set render showDebug option on examples stress and stress2

This commit is contained in:
liabru 2021-03-17 23:55:30 +00:00
parent 6dc703f9a9
commit f2ef3aadd8
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,8 @@ Example.stress = function() {
engine: engine, engine: engine,
options: { options: {
width: 800, width: 800,
height: 600 height: 600,
showDebug: true
} }
}); });

View file

@ -20,7 +20,8 @@ Example.stress2 = function() {
engine: engine, engine: engine,
options: { options: {
width: 800, width: 800,
height: 600 height: 600,
showDebug: true
} }
}); });