ENABLE_THUMBNAIL_GENERATOR -> Fixed volumes visibility test to render them into thumbnail

This commit is contained in:
Enrico Turri
2019-10-24 11:08:39 +02:00
parent a1f2ecb285
commit a417da8fea
2 changed files with 7 additions and 29 deletions
-2
View File
@@ -27,8 +27,6 @@ namespace GUI {
const ThumbnailData& get_data() const { return m_data; }
bool save_to_png_file(const std::string& filename);
private:
void render_and_store(const GLVolumePtrs& volumes, bool printable_only);
};