Hey there!
Simple question:Now what I'm actually curious about is: Does overwriting objects like this leak memory in any way?Code:private: Vector3 destination; ... void Entity::setDestination(const Vector3& dir) { destination = dir; } ...
Thanks in advance!




Reply With Quote