mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-09 05:40:50 +00:00
add a missing comma in a Ragl header
This commit is contained in:
parent
e141c98002
commit
bf669a384c
1 changed files with 2 additions and 2 deletions
|
@ -1129,7 +1129,7 @@ private:
|
|||
{}
|
||||
search_node(const search_node& t) :
|
||||
mNode(t.mNode),
|
||||
mParentVisit(t.mParentVisit)
|
||||
mParentVisit(t.mParentVisit),
|
||||
mCostToGoal(t.mCostToGoal),
|
||||
mCostFromStart(t.mCostFromStart)
|
||||
{}
|
||||
|
@ -1773,4 +1773,4 @@ public:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue