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:
Juan Linietsky 2016-08-06 20:13:27 -03:00
parent 9890c1d2ca
commit 9714a36e65
3 changed files with 7 additions and 3 deletions

View file

@ -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){