Adding details about `Image.lock()` function

This commit is contained in:
Maxime Leroy 2019-06-08 16:03:50 +02:00 committed by GitHub
parent 693582f008
commit f1e2324605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@
<return type="void">
</return>
<description>
Locks the data for writing access.
Locks the data for reading and writing access. Sends an error to the console if the image is not locked when reading or writing a pixel.
</description>
</method>
<method name="normalmap_to_xy">