some optimizations to goal finding
This commit is contained in:
parent
9ec495d0de
commit
73f21591f9
6 changed files with 130 additions and 144 deletions
|
|
@ -1204,7 +1204,7 @@ public:
|
|||
// Returns:
|
||||
// Number of allocated items.
|
||||
//
|
||||
int GetSize (void)
|
||||
int GetSize (void) const
|
||||
{
|
||||
return m_itemSize;
|
||||
}
|
||||
|
|
@ -1216,7 +1216,7 @@ public:
|
|||
// Returns:
|
||||
// Number of elements.
|
||||
//
|
||||
int GetElementNumber (void)
|
||||
int GetElementNumber (void) const
|
||||
{
|
||||
return m_itemCount;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue