Skip to content

Commit 18e012f

Browse files
committed
LW_Shader: fix win build
1 parent a29d838 commit 18e012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/lw/Shader/LW_Shader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EShaderList GameMtls;
1111
extern "C" {
1212
void __cdecl LoadShaders()
1313
{
14-
Core.Initialize("XRayPlugin", 0, FALSE, nullptr, true);
14+
Core.Initialize("XRayPlugin", nullptr, 0, FALSE, nullptr, true);
1515
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
1616
LPSTRVec lst;
1717
ENShaders.count = LoadBlenderList(lst);

0 commit comments

Comments
 (0)