Skip to content

Commit 5258540

Browse files
committed
Fix Object.callv() not marked unsafe
1 parent a709225 commit 5258540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings_generator/src/methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ fn rename_property_getter<'a>(name: &'a str, class: &GodotClass) -> &'a str {
256256

257257
const UNSAFE_OBJECT_METHODS: &[(&str, &str)] = &[
258258
("Object", "call"),
259-
("Object", "vcall"),
259+
("Object", "callv"),
260260
("Object", "call_deferred"),
261261
];
262262

0 commit comments

Comments
 (0)