diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-14 10:52:54 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-14 10:52:54 +0100 |
commit | 7b9f2d9929d0e8516d42379962533df823c7c550 (patch) | |
tree | b7901c8146209506889d18f6bb01d65f7a8c7a07 /main/tests | |
parent | 6c512b88c22cb9615a03deb000447e97c20c7080 (diff) |
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old
names. Also ripgrep'ed it all to find some forgotten references.
Diffstat (limited to 'main/tests')
-rw-r--r-- | main/tests/test_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_gui.cpp b/main/tests/test_gui.cpp index ab3df3b022..da0ff5d1ca 100644 --- a/main/tests/test_gui.cpp +++ b/main/tests/test_gui.cpp @@ -46,7 +46,7 @@ #include "scene/gui/tab_container.h" #include "scene/gui/tree.h" #include "scene/gui/rich_text_label.h" -#include "scene/gui/texture_frame.h" +#include "scene/gui/texture_rect.h" #include "io/image_loader.h" #include "print_string.h" #include "scene/2d/sprite.h" |