mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fix re-entrant render() calls, add an assert to enforce
This commit is contained in:
parent
0bdbd3ee63
commit
f5080ea7f5
3 changed files with 12 additions and 3 deletions
|
@ -717,6 +717,7 @@ private:
|
|||
|
||||
wxGLCanvas* m_canvas;
|
||||
wxGLContext* m_context;
|
||||
bool m_in_render;
|
||||
LegendTexture m_legend_texture;
|
||||
WarningTexture m_warning_texture;
|
||||
wxTimer m_timer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue