Issue
Currently the listed features are not being called and used within the editor and require a rooting to address them possibly code adjustments when they are clicked and what they should possible do once active.
The following features:
Clear on Play
|
if (ImGui::Button("Clear on Play")) |
&
clear on error
Solution
Provide functionality to the buttons when they are active and the editor launches for them to be called and functionality attached.
Issue
Currently the listed features are not being called and used within the editor and require a rooting to address them possibly code adjustments when they are clicked and what they should possible do once active.
The following features:
Clear on PlaySherbert-Engine/SherbertEngine/Source/Editor/Window/Console.cpp
Line 55 in 4f18e42
&
clear on errorSherbert-Engine/SherbertEngine/Source/Editor/Window/Console.cpp
Line 60 in 4f18e42
Solution
Provide functionality to the buttons when they are active and the
editorlaunches for them to be called and functionality attached.