From 5773584f488630d73be9b64a91215e3cbe5111da Mon Sep 17 00:00:00 2001 From: andreja6 Date: Thu, 25 Oct 2018 19:01:14 -0700 Subject: [PATCH] made bevels a bit bigger --- PartInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartInstance.cpp b/PartInstance.cpp index f6d1136..96b3f38 100644 --- a/PartInstance.cpp +++ b/PartInstance.cpp @@ -4,7 +4,7 @@ #include -PartInstance::PartInstance(void) : _bevelSize(0.03f), _parseVert(0), _debugTimer(0) +PartInstance::PartInstance(void) : _bevelSize(0.08f), _parseVert(0), _debugTimer(0) { PVInstance::PVInstance(); name = "Unnamed PVItem";