From 981da1e2e9e50143ac99fc05c830f9ced6c6bec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Wed, 26 Apr 2017 07:58:07 +0200 Subject: [PATCH] update order of execution diagram documentation --- Documentation/WickedEngine-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/WickedEngine-Documentation.md b/Documentation/WickedEngine-Documentation.md index 1050ad328..38e768e7e 100644 --- a/Documentation/WickedEngine-Documentation.md +++ b/Documentation/WickedEngine-Documentation.md @@ -3,11 +3,11 @@ ## Classes The most important classes are related as described in the following diagram: ![ClassDiagram](classdiagram.png) -(Diagram generated with nomnoml.com) +
(Diagram generated with nomnoml.com) Order of execution: ![OrderOfExecution](orderofexecution.png) -(Diagram generated with draw.io) +
(Diagram generated with draw.io) ### Components The "engine components" which provide the high level runtime flow control logic. The application usually overrides these to specify desired specialized logic and rendering.