We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e012f commit 779c065Copy full SHA for 779c065
src/plugins/lw/Export/LW_export_keys.cpp
@@ -86,7 +86,7 @@ extern "C" {
86
//-----------------------------------------------------------------------------------------
87
void __cdecl SaveSkeletonMotion(GlobalFunc* global)
88
{
89
- Core.Initialize("XRayPlugin", LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
+ Core.Initialize("XRayPlugin", nullptr, LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
90
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
91
// get bone ID
92
LWItemID object;
0 commit comments