mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: fix typo in function name
This commit is contained in:
parent
09a052ff18
commit
7fb9a2d48b
@ -719,7 +719,7 @@ public:
|
||||
|
||||
/// Sets the polygon group count.
|
||||
/// @param[in] count The polygon group count.
|
||||
void setPolyGroupcount(const int count) { m_params.polyGroupCount = count; }
|
||||
void setPolyGroupCount(const int count) { m_params.polyGroupCount = count; }
|
||||
|
||||
/// Gets the size of the buffer required by #storeTileState to store the specified tile's state.
|
||||
/// @param[in] tile The tile.
|
||||
|
@ -369,7 +369,7 @@ bool dtCreateDisjointPolyGroups(const dtTraverseTableCreateParams* params)
|
||||
}
|
||||
}
|
||||
|
||||
nav->setPolyGroupcount(set.getSetCount());
|
||||
nav->setPolyGroupCount(set.getSetCount());
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -470,7 +470,7 @@ bool dtUpdateDisjointPolyGroups(const dtTraverseTableCreateParams* params)
|
||||
unionTraverseLinkedPolyGroups(params, i);
|
||||
}
|
||||
|
||||
nav->setPolyGroupcount(set.getSetCount());
|
||||
nav->setPolyGroupCount(set.getSetCount());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user