mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-10 14:20:36 +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) :
|
search_node(const search_node& t) :
|
||||||
mNode(t.mNode),
|
mNode(t.mNode),
|
||||||
mParentVisit(t.mParentVisit)
|
mParentVisit(t.mParentVisit),
|
||||||
mCostToGoal(t.mCostToGoal),
|
mCostToGoal(t.mCostToGoal),
|
||||||
mCostFromStart(t.mCostFromStart)
|
mCostFromStart(t.mCostFromStart)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in a new issue