mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
commit
27adc1f84b
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ Agent::Agent(const Agent &otherAgent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Agent& Agent::operator=(Agent otherAgent) {
|
Agent& Agent::operator=(Agent otherAgent) {
|
||||||
std::cout << "Agent swap constructor called on resize?\n";
|
|
||||||
swap(*this, otherAgent);
|
swap(*this, otherAgent);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue