From e814164f58b8c0827d0461e581139c48293cf3f6 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 15 Feb 2021 14:36:04 +0100 Subject: [PATCH] Updated About the IMGUI paradigm (markdown) --- About-the-IMGUI-paradigm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index f9f9fd0..deb85ab 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -49,8 +49,8 @@ What we care about: This is in comparison with typical RMGUI ("retained-mode UI"): -- RMGUI APIs often have the application retain more artifacts from the UI system (e.g. create objects, maintain references). -- RMGUI APIs often require more synchronization mechanisms because the UI system retain more application data. +- RMGUI APIs often have the application retain artifacts from the UI system (e.g. maintain references to UI objects). +- RMGUI APIs often require synchronization mechanisms because the UI system retain more application data. What it doesn't stands for: