Skip to content

Commit

Permalink
modelは小文字に統一する
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii committed Jan 29, 2024
1 parent 0764fb1 commit f5ec40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EXTERN_C FILTER_DLL __declspec(dllexport) ** __stdcall GetFilterTableList(void)
p++;
*p = '\0';
modelDir = std::string(path);
modelDir += "MotionTracking_Model\\";
modelDir += "MotionTracking_model\\";
}

return (FILTER_DLL**)&filterlist;
Expand Down

0 comments on commit f5ec40b

Please sign in to comment.