mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +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) {
|
||||
std::cout << "Agent swap constructor called on resize?\n";
|
||||
swap(*this, otherAgent);
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue