diff --git a/Editor/Editor.cpp b/Editor/Editor.cpp index d81e08c6..5a728644 100644 --- a/Editor/Editor.cpp +++ b/Editor/Editor.cpp @@ -138,10 +138,10 @@ public: void CreateInterface() { - Ref userInterface = UI::UserInterface::New("test"); - - Ref rectangle = UI::Rect::New(16, 16, userInterface->Width - 16, userInterface->Height - 16); - userInterface->AddRect(rectangle); + //Ref userInterface = UI::UserInterface::New("test"); + // + //Ref rectangle = UI::Rect::New(16, 16, userInterface->Width - 16, userInterface->Height - 16); + //userInterface->AddRect(rectangle); }