mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +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)
|
||||
{}
|
||||
|
|
Loading…
Reference in a new issue