Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-07-24 12:04:04 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-07-24 12:04:04 +0300
commit395e794b9e6bc2d429caa71089a447773b51c96e (patch)
treeb901a07a218338085d38aecd0c8f05c7a55fa86d /src/slic3r/GUI/3DBed.hpp
parentf7d238cb2d900e6efc3e0a96001f054bcd520146 (diff)
Refactoring in Bed3D
Diffstat (limited to 'src/slic3r/GUI/3DBed.hpp')
-rw-r--r--src/slic3r/GUI/3DBed.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/3DBed.hpp b/src/slic3r/GUI/3DBed.hpp
index 9a03bab77..71b319b0a 100644
--- a/src/slic3r/GUI/3DBed.hpp
+++ b/src/slic3r/GUI/3DBed.hpp
@@ -118,7 +118,7 @@ private:
void calc_gridlines(const ExPolygon& poly, const BoundingBox& bed_bbox);
EType detect_type(const Pointfs& shape) const;
void render_prusa(GLCanvas3D& canvas, const std::string& key, bool bottom) const;
- void render_texture(bool transparent) const;
+ void render_texture(const std::string& filename, bool bottom, GLCanvas3D& canvas) const;
void render_custom(GLCanvas3D& canvas, bool bottom) const;
void render_default() const;
void reset();