From 5545d84284cf9d53657544be059f9bae5b36cc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Thu, 2 Sep 2021 13:09:32 +0200 Subject: [PATCH] Changed pointer type to prevent compiler error --- GlitchyEngine/src/Content/ModelLoader.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)