libgdx/gdx-video

Current video width/height are always 0 in VideoPlayerDesktop

anonl opened this issue · 1 comments

anonl commented

The currentVideoWidth/currentVideoHeight fields in VideoPlayerDesktop are never written to, so they're always 0.

This affects the sizeListener and the getVideoWidth/getVideoHeight methods.

Confirmed and fixed.