From 38aab111a9fc2a88bdb941a37f23d91d25fdf8dc Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Wed, 16 Aug 2023 14:42:04 -0400 Subject: [PATCH] fix typo in address in Marionette.ProcessMessage switch --- Marionette.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marionette.cs b/Marionette.cs index cdc93ab..4f5a457 100644 --- a/Marionette.cs +++ b/Marionette.cs @@ -107,7 +107,7 @@ namespace godotVmcSharp case "/VMC/Ext/Light": new VmcExtLight(m); break; - case "/Vmc/Ext/VRM": + case "/VMC/Ext/VRM": new VmcExtVrm(m); break; }