diff options
| author | George L. Albany <Megacake1234@gmail.com> | 2024-11-03 05:10:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 05:10:14 +0000 |
| commit | 70f9c12cfbcea6dff89b2a6f4868a9e6fe3866f8 (patch) | |
| tree | f202e4a27092f0fdd9d579eb46e6828ecb4673e1 /core/math/rect2.cpp | |
| parent | 9043ceac65972c4195dd71f15a8a1cc7aa72985f (diff) | |
| parent | a684ee1dec108bb1a050f07ec3dd73fd5ef02dbc (diff) | |
| download | redot-engine-70f9c12cfbcea6dff89b2a6f4868a9e6fe3866f8.tar.gz | |
Merge pull request #834 from Spartan322/merge/c6c464c
Merge commit godotengine/godot@c6c464c
Diffstat (limited to 'core/math/rect2.cpp')
| -rw-r--r-- | core/math/rect2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/rect2.cpp b/core/math/rect2.cpp index 20b5b05f5e..2b7bb9bc33 100644 --- a/core/math/rect2.cpp +++ b/core/math/rect2.cpp @@ -285,7 +285,7 @@ next4: } Rect2::operator String() const { - return "[P: " + position.operator String() + ", S: " + size + "]"; + return "[P: " + position.operator String() + ", S: " + size.operator String() + "]"; } Rect2::operator Rect2i() const { |
