Merge pull request #29605 from Lisapple/patch-4

Adding details about `Image.lock()` function
This commit is contained in:
Rémi Verschelde 2019-06-12 15:33:27 +02:00 committed by GitHub
commit 4073da7ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">