mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Should Fix Compiling Export Templates
- Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet)
This commit is contained in:
parent
6f7b2d277f
commit
4aab004674
3 changed files with 5 additions and 2 deletions
|
@ -1396,8 +1396,8 @@ public:
|
|||
r_error_str+="Can't convert expression result from "+Variant::get_type_name(p_outputs[0]->get_type())+" to "+Variant::get_type_name(expression->output_type)+".";
|
||||
r_error.error=Variant::CallError::CALL_ERROR_INVALID_METHOD;
|
||||
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue