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 5d63a89 commit 09c8acbCopy full SHA for 09c8acb
src/xrEngine/GameMtlLib.cpp
@@ -3,7 +3,9 @@
3
#include "Common/FSMacros.hpp"
4
5
CGameMtlLibrary GMLib;
6
+#ifdef _EDITOR
7
CGameMtlLibrary *PGMLib = nullptr;
8
+#endif
9
10
#ifdef DEBUG
11
const char *SGameMtlPair::dbg_Name()
@@ -63,7 +65,9 @@ CGameMtlLibrary::CGameMtlLibrary()
63
65
{
64
66
material_index = 0;
67
material_pair_index = 0;
68
69
PGMLib = &GMLib;
70
71
}
72
73
void CGameMtlLibrary::Load()
0 commit comments