Skip to content

Commit

Permalink
LW_Shader: fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 20, 2018
1 parent a29d838 commit 18e012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lw/Shader/LW_Shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EShaderList GameMtls;
extern "C" {
void __cdecl LoadShaders()
{
Core.Initialize("XRayPlugin", 0, FALSE, nullptr, true);
Core.Initialize("XRayPlugin", nullptr, 0, FALSE, nullptr, true);
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
LPSTRVec lst;
ENShaders.count = LoadBlenderList(lst);
Expand Down

0 comments on commit 18e012f

Please sign in to comment.