From 97d03965062d03cd93795d54e0907653258eb75b Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Sun, 24 Sep 2023 12:31:07 -0400 Subject: [PATCH] small style thing --- Marionette.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marionette.cs b/Marionette.cs index d902f8e..23c37bc 100644 --- a/Marionette.cs +++ b/Marionette.cs @@ -99,7 +99,7 @@ namespace godotVmcSharp new VmcExtRcv(m); break; case "/VMC/Ext/Light": - lights.ProcessMessage(new VmcExtLight(m)); + this.lights.ProcessMessage(new VmcExtLight(m)); break; case "/VMC/Ext/VRM": new VmcExtVrm(m);