diff --git a/GlitchyEngine/src/Content/ModelLoader.bf b/GlitchyEngine/src/Content/ModelLoader.bf index 36f2a68..971ba1d 100644 --- a/GlitchyEngine/src/Content/ModelLoader.bf +++ b/GlitchyEngine/src/Content/ModelLoader.bf @@ -98,7 +98,7 @@ namespace GlitchyEngine.Content // vertices { List elements = scope .(primitive.Attributes.Length); - Dictionary buffers = scope .(); + Dictionary buffers = scope .(); List bindings = scope .(); for(var attribute in primitive.Attributes)