changed visual server free() to free_rid() like in the other servers. Fixes #4917
This commit is contained in:
parent
4866713bc3
commit
64b4253dbf
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ void VisualServer::_bind_methods() {
|
|||
|
||||
ObjectTypeDB::bind_method(_MD("draw"),&VisualServer::draw);
|
||||
ObjectTypeDB::bind_method(_MD("sync"),&VisualServer::sync);
|
||||
ObjectTypeDB::bind_method(_MD("free"),&VisualServer::free);
|
||||
ObjectTypeDB::bind_method(_MD("free_rid"),&VisualServer::free);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_default_clear_color"),&VisualServer::set_default_clear_color);
|
||||
|
||||
|
|
Loading…
Reference in a new issue