0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-20 17:10:11 -05:00
This commit is contained in:
liabru 2023-03-28 20:24:58 +01:00
parent 2ecc563c3f
commit ce03208c5f

View file

@ -102,7 +102,7 @@ Example.renderResize = function() {
x: 50, x: 50,
y: 50 y: 50
}); });
} };
// add window resize handler // add window resize handler
window.addEventListener('resize', handleWindowResize); window.addEventListener('resize', handleWindowResize);