From c9bb2ae72bf7053ff3d1220c19ebe2e26c291e17 Mon Sep 17 00:00:00 2001 From: DirtPiper Date: Thu, 25 Oct 2018 22:33:45 -0400 Subject: [PATCH] Bevel fix Made more accurate. --- PartInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartInstance.cpp b/PartInstance.cpp index 96b3f38..75c2eef 100644 --- a/PartInstance.cpp +++ b/PartInstance.cpp @@ -4,7 +4,7 @@ #include -PartInstance::PartInstance(void) : _bevelSize(0.08f), _parseVert(0), _debugTimer(0) +PartInstance::PartInstance(void) : _bevelSize(0.07f), _parseVert(0), _debugTimer(0) { PVInstance::PVInstance(); name = "Unnamed PVItem";