mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Reverted printable null object, seems to cause bugs around and not sure why.
Will have to check better, likely for 3.0
This commit is contained in:
parent
9890c1d2ca
commit
9714a36e65
3 changed files with 7 additions and 3 deletions
|
@ -1351,8 +1351,8 @@ bool VisualScriptInstance::has_method(const StringName& p_method) const{
|
|||
}
|
||||
|
||||
|
||||
#define VSDEBUG(m_text) print_line(m_text)
|
||||
//#define VSDEBUG(m_text)
|
||||
//#define VSDEBUG(m_text) print_line(m_text)
|
||||
#define VSDEBUG(m_text)
|
||||
|
||||
Variant VisualScriptInstance::call(const StringName& p_method,const Variant** p_args,int p_argcount,Variant::CallError &r_error){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue