Window resize eventlistener

Do we still need to add in engine resize event listener ? I don’t see any difference testing in Chrome/ffox, I wonder if its deprecated and automatically handled by latest builds going forward ?

window.addEventListener('resize', function() {
	_this.engine.resize(); 
});

nvm, I’m a blind moron. Yh, still need the resize.

1 Like