[README] Small typo fix

This commit is contained in:
Neil Roberts 2009-03-13 12:02:33 +00:00
parent 2edccc760d
commit 5d4c09369e

2
README
View File

@ -249,7 +249,7 @@ Release Notes for Clutter 1.0
cogl_set_source_material (material); cogl_set_source_material (material);
Code that uses the texture coordinates, 0, 0, 1, 1 don't need to use Code that uses the texture coordinates, 0, 0, 1, 1 don't need to use
cogl_rectangle_with_texure_coords since these are the coordinates that cogl_rectangle_with_texture_coords since these are the coordinates that
cogl_rectangle will use. cogl_rectangle will use.
For cogl_texture_polygon; as well as dropping the texture handle, the For cogl_texture_polygon; as well as dropping the texture handle, the