mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
MODIFIED: Resolved build error with FINAL_VERSION set.
This commit is contained in:
parent
ecbcdf388f
commit
8d54b6f77d
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
|
||||
using namespace NLMISC;
|
||||
|
||||
#ifdef FINAL_VERSION
|
||||
#include "../client_cfg.h"
|
||||
#endif
|
||||
|
||||
CIF3DSceneParser::CIF3DSceneParser()
|
||||
{
|
||||
parsingStage |= ( Resolved | GroupChildren );
|
||||
|
|
Loading…
Reference in a new issue