[SOLVED] Image class wrongly set mips flags inside the constructor [Bug]

These two constructors on Image class behave differently!

Look at needGeneratedMips and mipsWereGenerated flags, if mipMapSizes is null the first one won’t modify the flags but the second one will do (I belive it is wrongly setting mipsWereGenerated = true)

Edit:
Filled an issue on GitHub

3 Likes
1 Like