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":
|
case "/VMC/Ext/Light":
|
||||||
new VmcExtLight(m);
|
new VmcExtLight(m);
|
||||||
break;
|
break;
|
||||||
case "/Vmc/Ext/VRM":
|
case "/VMC/Ext/VRM":
|
||||||
new VmcExtVrm(m);
|
new VmcExtVrm(m);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user