Skip to content

Commit

Permalink
Fix plugin compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 23, 2015
1 parent e1013f4 commit 319cd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/GameMtlLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CGameMtlLibrary::CGameMtlLibrary()
{
material_index = 0;
material_pair_index = 0;
#ifndef _EDITOR
#if !defined(_EDITOR) && !defined(GM_NON_GAME)
GlobalEnv.PGMLib = &GMLib;
#endif
}
Expand Down

0 comments on commit 319cd86

Please sign in to comment.