Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid)
to avoid script error due to collision with Object method free
This commit is contained in:
@@ -1502,7 +1502,7 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="free">
|
||||
<method name="free_rid">
|
||||
<argument index="0" name="rid" type="RID">
|
||||
</argument>
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user