Skip to content

Commit 779c065

Browse files
committed
lw: fix compile error
1 parent 18e012f commit 779c065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/lw/Export/LW_export_keys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extern "C" {
8686
//-----------------------------------------------------------------------------------------
8787
void __cdecl SaveSkeletonMotion(GlobalFunc* global)
8888
{
89-
Core.Initialize("XRayPlugin", LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
89+
Core.Initialize("XRayPlugin", nullptr, LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
9090
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
9191
// get bone ID
9292
LWItemID object;

0 commit comments

Comments
 (0)