Skip to content
Snippets Groups Projects
Commit e775426b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

explicit Draw; in .geo should not be rate limited (cf. #1962)

parent 6357e27c
No related branches found
No related tags found
No related merge requests found
......@@ -10936,7 +10936,7 @@ yyreduce:
#line 3631 "Gmsh.y"
{
#if defined(HAVE_OPENGL)
drawContext::global()->draw();
drawContext::global()->draw(false); // not rate limited
#endif
;}
break;
......
......@@ -3630,7 +3630,7 @@ Command :
| tDraw tEND
{
#if defined(HAVE_OPENGL)
drawContext::global()->draw();
drawContext::global()->draw(false); // not rate limited
#endif
}
| tSetChanged tEND
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment