mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fixed UI not rendering
This commit is contained in:
@@ -55,7 +55,7 @@ namespace NuakeUI
|
||||
|
||||
void Canvas::ComputeLayout(Vector2 size)
|
||||
{
|
||||
if (!mRootNode || mInputManager)
|
||||
if (!mRootNode || !mInputManager)
|
||||
return;
|
||||
|
||||
Renderer::Get().SetViewportSize(size);
|
||||
|
||||
Reference in New Issue
Block a user