diff --git a/src/Nazara/Graphics/GuillotineTextureAtlas.cpp b/src/Nazara/Graphics/GuillotineTextureAtlas.cpp index 11122839e..e5dad07aa 100644 --- a/src/Nazara/Graphics/GuillotineTextureAtlas.cpp +++ b/src/Nazara/Graphics/GuillotineTextureAtlas.cpp @@ -42,6 +42,7 @@ namespace Nz textureInfo.pixelFormat = PixelFormat::R8; textureInfo.type = ImageType::E2D; textureInfo.usageFlags = TextureUsage::ShaderSampling | TextureUsage::TransferSource | TextureUsage::TransferDestination; + textureInfo.levelCount = 1; //< FIXME: Disable mipmaps for now std::shared_ptr newTexture; try