Cleanup: Draw Manager: Update outdated comment

This commit is contained in:
Miguel Pozo
2023-02-24 16:29:41 +01:00
parent 30efdbfc62
commit 45bbee340e

View File

@@ -116,8 +116,7 @@ class Manager {
~Manager();
/**
* Create a new resource handle for the given object. Can be called multiple time with the
* same object **successively** without duplicating the data.
* Create a new resource handle for the given object.
*/
ResourceHandle resource_handle(const ObjectRef ref);
/**