Fixed input manager for UI + WorldSpace UI

This commit is contained in:
antopilo
2024-09-11 17:41:39 -04:00
parent 40da75eeeb
commit f1903de9ab
5 changed files with 48 additions and 35 deletions

View File

@@ -34,6 +34,7 @@ void UIResource::Draw()
{
framebuffer->Bind();
{
RenderCommand::SetClearColor({ 0, 0, 0, 0 });
RenderCommand::Clear();
if (canvas)