DemoFX
DemoFX copied to clipboard
Why is buf global variable?
Hi Chris,
I saw this variable is only here used. Why is "buf" a global variable?
Thanks, Diego
https://github.com/chriswhocodes/DemoFX/blob/0e8b9f39dbbc6760b9eab7cda009a82421bdafa6/src/main/java/com/chrisnewland/demofx/effect/video/VideoStream.java#L80
I have a demofx javafx 11 version and I saw this and I do not know the reason.
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.