Skip to content

Commit 1b850a1

Browse files
authored
Update rect2i.rs
1 parent 87a42f8 commit 1b850a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-core/src/builtin/rect2i.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl GodotFfi for Rect2i {
9797
ffi_methods! { type sys::GDExtensionTypePtr = *mut Self; .. }
9898
}
9999

100-
impl std::fmt::Display for Rect2 {
100+
impl std::fmt::Display for Rect2i {
101101
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
102102
// godot output be like:
103103
// [P: (0, 0), S: (0, 0)]

0 commit comments

Comments
 (0)