Removed debug message.
This commit is contained in:
parent
eb71540110
commit
512b085291
2 changed files with 1 additions and 3 deletions
|
|
@ -152,6 +152,6 @@ public:
|
||||||
bool enabled () const {
|
bool enabled () const {
|
||||||
return m_patched;
|
return m_patched;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
CR_NAMESPACE_END
|
CR_NAMESPACE_END
|
||||||
|
|
@ -1020,8 +1020,6 @@ void BotGraph::erasePath () {
|
||||||
link.velocity = nullptr;
|
link.velocity = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
game.print ("trying delete f = %d to %d", nodeFrom, nodeTo);
|
|
||||||
|
|
||||||
for (auto &link : m_paths[nodeFrom].links) {
|
for (auto &link : m_paths[nodeFrom].links) {
|
||||||
if (link.index == nodeTo) {
|
if (link.index == nodeTo) {
|
||||||
destroy (link);
|
destroy (link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue