diff --git a/doc/classes/Texture2DRD.xml b/doc/classes/Texture2DRD.xml index fe3a8a3213..fdb846c98b 100644 --- a/doc/classes/Texture2DRD.xml +++ b/doc/classes/Texture2DRD.xml @@ -11,7 +11,8 @@ - The RID of the texture object created on the [RenderingDevice]. + The RID of the texture object created on the [RenderingDevice]. [Texture2DRD] takes ownership of the provided RID. This means the engine will handle freeing the RID automatically when the texture is no longer in use or when the RID is replaced. + [b]Note:[/b] Do not manually free the RID using [method RenderingDevice.free_rid].