aevum / libgdx-cpp

A cross platform (iOS, Android, Desktop) c++ port of java's libgdx awesome framework.
Apache License 2.0
172 stars 32 forks source link

gdx::Rectangle assignment operator #41

Closed ufoq closed 11 years ago

ufoq commented 11 years ago

I think that you missed set(other), before return *this at: https://github.com/aevum/libgdx-cpp/blob/master/src/gdx-cpp/math/Rectangle.cpp#L55

scooterman commented 11 years ago

oops, missed that, fixed. Thanks!