File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -350,11 +350,8 @@ pub(crate) fn load_class_method(
350
350
351
351
if method. is_null ( ) {
352
352
panic ! (
353
- "Failed to load class method {}::{} (hash {}).\n \
354
- Make sure gdext and Godot are compatible: https://godot-rust.github.io/book/gdext/advanced/compatibility.html",
355
- class_name,
356
- method_name,
357
- hash
353
+ "Failed to load class method {}::{} (hash {}).{INFO}" ,
354
+ class_name, method_name, hash
358
355
)
359
356
}
360
357
@@ -421,7 +418,7 @@ pub(crate) fn read_version_string(version_ptr: &sys::GDExtensionGodotVersion) ->
421
418
. to_string ( )
422
419
}
423
420
424
- const INFO : & str = "\n Make sure gdext and Godot are compatible: https://godot-rust.github.io/book/gdext/advanced /compatibility.html" ;
421
+ const INFO : & str = "\n Make sure gdext and Godot are compatible: https://godot-rust.github.io/book/toolchain /compatibility.html" ;
425
422
426
423
// ----------------------------------------------------------------------------------------------------------------------------------------------
427
424
// Private abstractions
You can’t perform that action at this time.
0 commit comments