You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
And 'CRASH_*_MSG' as well. Also make error messages puntuation and quotation more consistent.
This commit is contained in:
@@ -48,7 +48,7 @@ void tie_managed_to_unmanaged(MonoObject *managed, Object *unmanaged) {
|
||||
|
||||
CRASH_COND(!unmanaged);
|
||||
|
||||
// All mono objects created from the managed world (e.g.: `new Player()`)
|
||||
// All mono objects created from the managed world (e.g.: 'new Player()')
|
||||
// need to have a CSharpScript in order for their methods to be callable from the unmanaged side
|
||||
|
||||
Reference *ref = Object::cast_to<Reference>(unmanaged);
|
||||
|
||||
Reference in New Issue
Block a user