From c15da785870ce9f66d83a1c236b07d81817044b8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 7 Nov 2023 17:43:49 +0100 Subject: [PATCH] Fix unused image due to bad syntax in Custom performance monitors Comment syntax was used instead of figure syntax. --- tutorials/scripting/debug/custom_performance_monitors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/debug/custom_performance_monitors.rst b/tutorials/scripting/debug/custom_performance_monitors.rst index 9eaa37753..b2ce42b22 100644 --- a/tutorials/scripting/debug/custom_performance_monitors.rst +++ b/tutorials/scripting/debug/custom_performance_monitors.rst @@ -91,7 +91,7 @@ Monitors** at the bottom of the editor window. Scroll down to the newly available **Game** section and check **Enemies**. You should see a graph appearing as follows: -.. :figure: img/custom_performance_monitors_graph_example.webp +.. figure:: img/custom_performance_monitors_graph_example.webp :align: center :alt: Example editor graph from a custom performance monitor