mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Adapt to explicit specifcation of texture size (#1794)
* Adapt to explicit specifcation of texture size
This commit is contained in:
@@ -631,7 +631,7 @@ void RenderablePlanesCloud::loadTextures() {
|
||||
}
|
||||
|
||||
std::unique_ptr<ghoul::opengl::Texture> t =
|
||||
ghoul::io::TextureReader::ref().loadTexture(path.string());
|
||||
ghoul::io::TextureReader::ref().loadTexture(path.string(), 2);
|
||||
|
||||
if (t) {
|
||||
LINFOC("RenderablePlanesCloud", fmt::format("Loaded texture {}", path));
|
||||
|
||||
Reference in New Issue
Block a user