Dyntopo: Disable mem cache test executable for now as it

doens't link on mac
This commit is contained in:
Joseph Eagar 2021-08-20 20:49:29 -07:00
parent 0d542db1e1
commit 93004c7b19
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
#include <math.h>
void pbvh_bmesh_do_cache_test(void);
// void pbvh_bmesh_do_cache_test(void);
int main(int argc, char **argv)
{
printf("argc: %d\n", argc);
pbvh_bmesh_do_cache_test();
// pbvh_bmesh_do_cache_test();
return 0;
}