While this may not be considered as actually a bug, it’s definitely unexpected behaviour.
Here’s an example:
Due to caching of loaded textures please comment/uncomment each shape individually to see the problem.
CubeTexture constructor defines lodScale with default value 0.8, but if cube texture creation options are present, default value is 0.0.
Here’s a line in the constructor with this definition.