HDRCubeTexture() reports isReady before it has loaded

See playground example here: Babylon.js Playground

The initial isReady() console print reports true even though texture itself hasn’t even loaded or finished any kind of preprocessing.

This PR will fix the problem:

1 Like