We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d838 commit 18e012fCopy full SHA for 18e012f
src/plugins/lw/Shader/LW_Shader.cpp
@@ -11,7 +11,7 @@ EShaderList GameMtls;
11
extern "C" {
12
void __cdecl LoadShaders()
13
{
14
- Core.Initialize("XRayPlugin", 0, FALSE, nullptr, true);
+ Core.Initialize("XRayPlugin", nullptr, 0, FALSE, nullptr, true);
15
FS._initialize(CLocatorAPI::flScanAppRoot, NULL, "xray_path.ltx");
16
LPSTRVec lst;
17
ENShaders.count = LoadBlenderList(lst);
0 commit comments