Better UI

This commit is contained in:
antopilo
2024-11-20 01:30:57 -05:00
parent 9b853aef7e
commit e4c11140e0
5 changed files with 37 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ void GizmoDrawer::DrawShapes(Ref<Scene> scene, bool occluded)
{
using namespace Nuake;
RenderCommand::Enable(RendererEnum::DEPTH_TEST);
glLineWidth(3.0f);
glLineWidth(2.0f);
auto navMeshVolumeView = scene->m_Registry.view<TransformComponent, NavMeshVolumeComponent>();
for (auto e : navMeshVolumeView)