Fixed UI not rendering

This commit is contained in:
Antoine Pilote
2024-10-16 12:28:03 -04:00
parent 8ed6a53cf4
commit 4e0817b761

View File

@@ -55,7 +55,7 @@ namespace NuakeUI
void Canvas::ComputeLayout(Vector2 size)
{
if (!mRootNode || mInputManager)
if (!mRootNode || !mInputManager)
return;
Renderer::Get().SetViewportSize(size);