You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Remove word duplicates in comments and strings, and fix casing and punctuation
This commit is contained in:
@@ -661,7 +661,7 @@ public:
|
||||
VariantInternal::clear(r_ret);
|
||||
}
|
||||
static void ptr_construct(void *base, const void **p_args) {
|
||||
ERR_FAIL_MSG("can't ptrcall nil constructor");
|
||||
ERR_FAIL_MSG("Cannot ptrcall nil constructor");
|
||||
}
|
||||
|
||||
static int get_argument_count() {
|
||||
|
||||
Reference in New Issue
Block a user