Back to defualts in renderer.cc

This commit is contained in:
Miikka Vaisala
2019-09-16 12:38:17 +08:00
parent 297b788ce7
commit af254257a2

View File

@@ -296,8 +296,8 @@ renderer_quit(void)
return 0;
}
//static int init_type = INIT_TYPE_GAUSSIAN_RADIAL_EXPL;
static int init_type = INIT_TYPE_SIMPLE_CORE;
static int init_type = INIT_TYPE_GAUSSIAN_RADIAL_EXPL;
//static int init_type = INIT_TYPE_SIMPLE_CORE;
static bool
running(AcMesh* mesh)