This commit is contained in:
Isuru Samarathunga
2025-11-14 09:43:09 +05:30
parent 9ff39d7245
commit a2b80ef600
32 changed files with 928 additions and 295 deletions

View File

@ -71,7 +71,7 @@ namespace ia::iae
VOID IView::PreRender()
{
m_extent = ImGui::GetWindowSize();
m_extent = ImGui::GetContentRegionAvail();
ImGui::BeginChild("##");
}