fix typo in address in Marionette.ProcessMessage switch
This commit is contained in:
parent
74035714b2
commit
38aab111a9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user