davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.06k stars 177 forks source link

Wrong typings #101

Closed kaflake closed 5 years ago

kaflake commented 5 years ago

The typscript typingsfile shows update() as a methode for Viewport. https://github.com/davidfig/pixi-viewport/blob/23aa0c32dc3cd62e6c16b7ba254719b492455940/%40types/index.d.ts#L237

But correct shoulld be update(ellapsed) https://github.com/davidfig/pixi-viewport/blob/23aa0c32dc3cd62e6c16b7ba254719b492455940/src/viewport.js#L121

davidfig commented 5 years ago

Thanks. v3.13.1 fixes this issue.