libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

Current video width/height are always 0 in VideoPlayerDesktop #33

Closed anonl closed 8 years ago

anonl commented 8 years ago

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

This affects the sizeListener and the getVideoWidth/getVideoHeight methods.

RBogie commented 8 years ago

Confirmed and fixed.