Skip to content
Snippets Groups Projects
Commit 01558052 authored by Philip Trettner's avatar Philip Trettner
Browse files

fixed warning for IBL

parent 7f1e422a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ glow::SharedTextureCubeMap glow::material::IBL::createEnvMapGGX(const glow::Shar
}
}
// we manually calculated all mipmaps
tex->setMipmapsGenerated(true);
return tex;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment