From fb764cd94d9ce855fce2909adda5ad7f192cdb1c Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:22:16 -0600 Subject: [PATCH] Update docs.xml --- RueI/docs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RueI/docs.xml b/RueI/docs.xml index d68b570..3276504 100644 --- a/RueI/docs.xml +++ b/RueI/docs.xml @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ SetElement helloElem = new(300, zIndex: 10, "hello").AddTo(display); SetElement worldElem = new(250, zIndex: 10, "world").AddTo(display); - display.Add(helloElem, worldElem); + display.Elements.Add(helloElem, worldElem); display.Update(); // Update the display