use latest version of IC10Editor dll

This commit is contained in:
2025-11-29 15:35:51 -07:00
parent 18fbf26dae
commit 1a9a15c474

View File

@@ -26,7 +26,7 @@ public static class Marshal
try
{
_libraryHandle = LoadLibrary(ExtractNativeLibrary(Ffi.RustLib));
CodeFormatters.RegisterFormatter("Slang", () => new SlangFormatter(), true);
CodeFormatters.RegisterFormatter("Slang", typeof(SlangFormatter), true);
return true;
}
catch (Exception ex)