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 a79aa7c6596ad44e9972facab6a0fb5763a30c0c
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Thu Jul 27 05:10:49 2023 -0700

    Wiki page widget_interaction changed with summary [fix output] by Vincent Torri
---
 pages/develop/legacy/tutorial/gl2d/widget_interaction.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt b/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt
index 62b794c37..6520f46ad 100644
--- a/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt
+++ b/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt
@@ -1,5 +1,7 @@
 ~~Title: Widget Interaction - GL 2D Tutorial~~
-//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/animating_cube|Animating the Cube]]
+
+//**previous page:**// [[/develop/legacy/tutorial/gl2d/animating_cube|Animating the Cube]]
+
 ==== Implementing Widget Interaction ====
 
 Consider using widget to control some aspects of the rendering. For example,
@@ -71,4 +73,5 @@ customScale(gld->model, scalex, scaley, scalez);
 customMutlMatrix(gld->mvp, gld->view, gld->model);
 </code>
 \\
-//**__next page__: **//[[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]]
+
+//**next page:**// [[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to