We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some methods has been renamed in 0.5: https://github.com/crashinvaders/gdx-vfx/blob/4d694a0090f04dfa36348b0dbeba34e81c6753f7/CHANGES.md#050
VfxManager
#beginCapture()
#endCapture()
#beginInputCapture()
#endInputCapture()
But there is a couple of references to the old ones (I've checked only endCapture), e.g.:
endCapture
gdx-vfx/gdx-vfx/core/src/com/crashinvaders/vfx/VfxManager.java
Line 266 in 6ef5f92
Line 313 in 6ef5f92
Line 324 in 6ef5f92
Line 335 in 6ef5f92
The text was updated successfully, but these errors were encountered:
A nice find, thanks! Will fix it for the next version.
Sorry, something went wrong.
No branches or pull requests
Some methods has been renamed in 0.5: https://github.com/crashinvaders/gdx-vfx/blob/4d694a0090f04dfa36348b0dbeba34e81c6753f7/CHANGES.md#050
VfxManager
's#beginCapture()
/#endCapture()
have been renamed to#beginInputCapture()
/#endInputCapture()
.But there is a couple of references to the old ones (I've checked only
endCapture
), e.g.:gdx-vfx/gdx-vfx/core/src/com/crashinvaders/vfx/VfxManager.java
Line 266 in 6ef5f92
gdx-vfx/gdx-vfx/core/src/com/crashinvaders/vfx/VfxManager.java
Line 313 in 6ef5f92
gdx-vfx/gdx-vfx/core/src/com/crashinvaders/vfx/VfxManager.java
Line 324 in 6ef5f92
gdx-vfx/gdx-vfx/core/src/com/crashinvaders/vfx/VfxManager.java
Line 335 in 6ef5f92
The text was updated successfully, but these errors were encountered: