Closed superRaptor911 closed 4 years ago
It is because gdnative(CPP) tried to write at null.
fix
Node2D *skin = static_cast<Node2D *>(_parent->get_node("skin")); skin->set("multiplier",speed_mul); skin->set("is_walking",is_walking);;
skin is null here.
It is because gdnative(CPP) tried to write at null.
fix
skin is null here.