fix typo in address in Marionette.ProcessMessage switch

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-08-16 14:42:04 -04:00
parent 74035714b2
commit 38aab111a9

View File

@ -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;
}