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
Hi Chris,
I saw this variable is only here used. Why is "buf" a global variable?
Thanks, Diego
DemoFX/src/main/java/com/chrisnewland/demofx/effect/video/VideoStream.java
Line 80 in 0e8b9f3
The text was updated successfully, but these errors were encountered:
I have a demofx javafx 11 version and I saw this and I do not know the reason.
Sorry, something went wrong.
I probably had an accessor method for it at one point but then removed it. Looks like it can be safely turned into a local.
No branches or pull requests
Hi Chris,
I saw this variable is only here used. Why is "buf" a global variable?
Thanks,
Diego
DemoFX/src/main/java/com/chrisnewland/demofx/effect/video/VideoStream.java
Line 80 in 0e8b9f3
The text was updated successfully, but these errors were encountered: