mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Merge master
This commit is contained in:
parent
59d02aea0a
commit
fc4b18ebb1
2 changed files with 4 additions and 4 deletions
|
@ -41,8 +41,8 @@ std::string GLGizmoSimplify::on_get_name() const
|
|||
return (_L("Simplify")).ToUTF8().data();
|
||||
}
|
||||
|
||||
void GLGizmoSimplify::on_render() const{}
|
||||
void GLGizmoSimplify::on_render_for_picking() const{}
|
||||
void GLGizmoSimplify::on_render() {}
|
||||
void GLGizmoSimplify::on_render_for_picking() {}
|
||||
|
||||
void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limit)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue