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

Delete now accepts a StringIndex

parent b5867319
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -2649,7 +2649,7 @@ Delete : ...@@ -2649,7 +2649,7 @@ Delete :
#endif #endif
Free($2); Free($2);
} }
| tDelete tSTRING tEND | tDelete StringIndex tEND
{ {
if(!strcmp($2, "Meshes") || !strcmp($2, "All")){ if(!strcmp($2, "Meshes") || !strcmp($2, "All")){
ClearProject(); ClearProject();
......
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