libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

Desktop: Add null checks to volume #87

Closed Frosty-J closed 4 months ago

Frosty-J commented 5 months ago

This should now be safe to use with config.disableAudio(true) like libGDX itself.

80a3a31 - *without