mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Merge pull request #58320 from mphe/fix_object_typed_arrays
This commit is contained in:
commit
4bbd7417c4
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ GDScriptDataType GDScriptCompiler::_gdtype_from_datatype(const GDScriptParser::D
|
|||
case GDScriptParser::DataType::NATIVE: {
|
||||
result.kind = GDScriptDataType::NATIVE;
|
||||
result.native_type = p_datatype.native_type;
|
||||
result.builtin_type = p_datatype.builtin_type;
|
||||
} break;
|
||||
case GDScriptParser::DataType::SCRIPT: {
|
||||
result.kind = GDScriptDataType::SCRIPT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue