aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ab89ea..48139d3 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,6 @@ This wraps the OpenGL C API of [texture-share-vk](https://github.com/DigitOtter/
- `Client:loadSharedCanvas(name)`: loads a `SharedCanvas` object from another publisher.
- `Canvas.name`: the name passed in the SharedCanvas constructor
- `Canvas.canvas`: the love2d `Canvas` object
-- `Canvas:send()`: Sends the current contents of the Canvas to subscribers, call this after drawing to the Canvas.
-- `Canvas:load()`: Loads updated contents from the publisher, call this before drawing the Canvas.
+- `Canvas:send([fail_silently])`: Sends the current contents of the Canvas to subscribers, call this after drawing to the Canvas.
+- `Canvas:load([fail_silently])`: Loads updated contents from the publisher, call this before drawing the Canvas.
- `Canvas:any_other_method()`: delegated to the love2d `Canvas` object