From fc0be2eca21a1e96c35306c39afe7977f5c20fac Mon Sep 17 00:00:00 2001 From: Mikael Rasmussen Date: Tue, 23 Oct 2018 18:06:03 +0200 Subject: [PATCH] Models_material_pbr partial rewrite --- Examples/models/models_material_pbr.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/models/models_material_pbr.cs b/Examples/models/models_material_pbr.cs index 674d8c3..e7278ee 100644 --- a/Examples/models/models_material_pbr.cs +++ b/Examples/models/models_material_pbr.cs @@ -11,6 +11,7 @@ public enum LightType }; //TODO: move the light system out into it's own class file, rlights.h original +//also make it work properly public struct Light { public bool enabled;