Skip to content

Commit

Permalink
lw: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 20, 2018
1 parent 18e012f commit 779c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lw/Export/LW_export_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern "C" {
//-----------------------------------------------------------------------------------------
void __cdecl SaveSkeletonMotion(GlobalFunc* global)
{
Core.Initialize("XRayPlugin", LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
Core.Initialize("XRayPlugin", nullptr, LogCallback(ELogCallback, nullptr), FALSE, nullptr, true);
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
// get bone ID
LWItemID object;
Expand Down

0 comments on commit 779c065

Please sign in to comment.