fix: non closeable autopath menu.
This commit is contained in:
parent
73ef635f09
commit
379feb8311
3 changed files with 21 additions and 14 deletions
|
|
@ -370,6 +370,7 @@ public:
|
|||
void convertFromPOD (Path &path, const PODPath &pod);
|
||||
void convertToPOD (const Path &path, PODPath &pod);
|
||||
void convertCampDirection (Path &path);
|
||||
void setAutoPathDistance (const float distance);
|
||||
|
||||
const char *getDataDirectory (bool isMemoryFile = false);
|
||||
const char *getOldFormatGraphName (bool isMemoryFile = false);
|
||||
|
|
@ -407,10 +408,6 @@ public:
|
|||
m_editFlags &= ~flag;
|
||||
}
|
||||
|
||||
void setAutoPathDistance (const float distance) {
|
||||
m_autoPathDistance = distance;
|
||||
}
|
||||
|
||||
const Vector &getBombOrigin () const {
|
||||
return m_bombOrigin;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue