This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit 72180e41179e51fe26b9f202b9caa7983ccefdd5
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Thu Jul 27 05:09:50 2023 -0700
Wiki page animating_cube changed with summary [fix output] by Vincent Torri
---
pages/develop/legacy/tutorial/gl2d/animating_cube.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/develop/legacy/tutorial/gl2d/animating_cube.txt b/pages/develop/legacy/tutorial/gl2d/animating_cube.txt
index 7e50c1aa4..89f0c622c 100644
--- a/pages/develop/legacy/tutorial/gl2d/animating_cube.txt
+++ b/pages/develop/legacy/tutorial/gl2d/animating_cube.txt
@@ -1,5 +1,7 @@
~~Title: Creating the Cube - GL 2D Tutorial~~
-//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/rendering_cube|Rendering the Cube]].
+
+//**previous page:**// [[/develop/legacy/tutorial/gl2d/rendering_cube|Rendering the Cube]].
+
==== Animating the Cube ====
''Ecore_Animator'' is used to create an animation.
@@ -129,4 +131,5 @@ evas_object_event_callback_add(gl, EVAS_CALLBACK_MOUSE_UP, _mouse_up_cb, gld);
evas_object_event_callback_add(gl, EVAS_CALLBACK_MOUSE_MOVE, _mouse_move_cb, gld);
</code>
\\
-//**__next page__: **//[[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
+
+//**next page:**// [[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.