mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Progress towards gizmo mouse picking
This commit is contained in:
@@ -71,7 +71,7 @@ Ref<Nuake::Texture> ThumbnailManager::GenerateThumbnail(const std::string& path,
|
||||
// Gbuffer pass
|
||||
m_Framebuffer->Bind();
|
||||
{
|
||||
RenderCommand::SetClearColor({ 0.2, 0.2, 0.2, 0.0f });
|
||||
RenderCommand::SetClearColor({ 0.0f, 0.0f, 0.0f, 0.0f });
|
||||
m_Framebuffer->Clear();
|
||||
|
||||
RenderCommand::Disable(RendererEnum::BLENDING);
|
||||
|
||||
Reference in New Issue
Block a user