mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-03 22:28:45 +00:00
sample UI ability cooldown
This commit is contained in:
@@ -243,7 +243,7 @@ void UCogEngineWindow_OutputLog::RenderContent()
|
||||
|
||||
if (IsTableShown == false)
|
||||
{
|
||||
ImGui::BeginChild("Scrolling", ImVec2(0, 0), false, ImGuiWindowFlags_AlwaysVerticalScrollbar);
|
||||
ImGui::BeginChild("Scrolling", ImVec2(0, 0), false, ImGuiWindowFlags_AlwaysVerticalScrollbar | ImGuiWindowFlags_AlwaysHorizontalScrollbar);
|
||||
}
|
||||
|
||||
const char* BufferStart = TextBuffer.begin();
|
||||
|
||||
Reference in New Issue
Block a user