diff --git a/.vs/Toolbox/v15/.suo b/.vs/Toolbox/v15/.suo
index 21004a31..86bb02e8 100644
Binary files a/.vs/Toolbox/v15/.suo and b/.vs/Toolbox/v15/.suo differ
diff --git a/File_Format_Library/GL/BMD_Renderer.cs b/File_Format_Library/GL/BMD_Renderer.cs
index 32f40450..972828b3 100644
--- a/File_Format_Library/GL/BMD_Renderer.cs
+++ b/File_Format_Library/GL/BMD_Renderer.cs
@@ -15,6 +15,8 @@ namespace FirstPlugin
 {
     public class BMD_Renderer : GenericModelRenderer
     {
+        public override float PreviewScale { get; set; } = 0.02f;
+
         public List<BMDTextureWrapper> TextureList = new List<BMDTextureWrapper>();
 
         public override void OnRender(GLControl control)