Skip to content

Commit 476f078

Browse files
author
nitrocaster
committed
Fix xrAI compilation.
1 parent fa6ddaf commit 476f078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrAICore/Navigation/graph_engine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ class CGraphEngine
7373

7474
#ifndef AI_COMPILER
7575
CSolverAlgorithm *m_solver_algorithm;
76-
CStringAlgorithm *m_string_algorithm;
77-
CStatTimer PathTimer;
76+
CStringAlgorithm *m_string_algorithm;
7877
#endif
78+
CStatTimer PathTimer;
7979

8080
public:
8181
inline CGraphEngine(u32 max_vertex_count);

0 commit comments

Comments
 (0)