fix eve's use of the now disallowed copy constructor

This commit is contained in:
Stephen Birarda 2013-05-17 12:31:16 -07:00
parent c26a05ff97
commit 7e766eb351

View file

@ -93,7 +93,7 @@ int main(int argc, const char* argv[]) {
pthread_create(&receiveAgentDataThread, NULL, receiveAgentData, NULL);
// create an AvatarData object, "eve"
AvatarData eve = AvatarData();
AvatarData eve;
// move eve away from the origin
// pick a random point inside a 10x10 grid