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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-02-27 17:19:03 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-02-27 17:19:03 +0300
commit68805fc63a07c709f0ce59c7fac0c3cecefa2ed7 (patch)
tree9a097a283769896421cf95c83951bfadcea648ec /src/slic3r/GUI/3DBed.hpp
parent6e9c030f173c9efa72ec07287ff9489e18328df5 (diff)
Small refactoring in Bed3D and GLShader
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 edf3e5ee7..e60cdf94e 100644
--- a/src/slic3r/GUI/3DBed.hpp
+++ b/src/slic3r/GUI/3DBed.hpp
@@ -131,7 +131,7 @@ private:
EType detect_type(const Pointfs& shape) const;
#if ENABLE_TEXTURES_FROM_SVG
void render_prusa(const std::string& key, bool bottom) const;
- void render_prusa_shader(unsigned int vertices_count, bool transparent) const;
+ void render_prusa_shader(bool transparent) const;
#else
void render_prusa(const std::string &key, float theta, bool useVBOs) const;
#endif // ENABLE_TEXTURES_FROM_SVG