evas_canvas3d_mesh: Fix typo

Summary:  Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4838
This commit is contained in:
Bryce Harrington 2017-05-03 11:55:21 +02:00 committed by Stefan Schmidt
parent 3b9e69e888
commit 1e1a9df53d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Efl.File)
This function make evas read from the given buffer whenever it This function make evas read from the given buffer whenever it
requires. If you want to release the buffer after calling this requires. If you want to release the buffer after calling this
functions, use @.frame_vertex_data_copy_set instead. function, use @.frame_vertex_data_copy_set instead.
After setting the vertex data, further modifications should be After setting the vertex data, further modifications should be
protected by map/unmap pair. protected by map/unmap pair.