mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Removed debug gizmo quad
This commit is contained in:
@@ -261,8 +261,6 @@ void ViewportWidget::OnDebugDraw(DebugCmd& debugCmd)
|
||||
|
||||
auto view = cam->GetTransform();
|
||||
auto proj = cam->GetPerspective();
|
||||
Matrix4 model = glm::translate(Matrix4(1.0f), Vector3(0, 3, 0));
|
||||
debugCmd.DrawQuad(proj * view * model);
|
||||
|
||||
static auto drawGizmoIcon = [&](TransformComponent& transform, const std::string& icon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user