increase size of selected nodes

This commit is contained in:
darkrose 2016-02-11 14:50:19 +10:00
parent 9cd69ac339
commit 36182068af
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ void SelectionMesh::generate(MeshMakeData *data)
BEGIN_DEBUG_EXCEPTION_HANDLER
data->m_BSd = 0.01;
data->m_BSd = 0.02;
data->m_BS = (float)BS+data->m_BSd;
data->mesh_detail = g_settings->getU16("mesh_detail");
data->texture_detail = g_settings->getU16("texture_detail");