diff --git a/thermion_dart/native/include/scene/Gizmo.hpp b/thermion_dart/native/include/scene/Gizmo.hpp index 79cc0b5c..6acae69a 100644 --- a/thermion_dart/native/include/scene/Gizmo.hpp +++ b/thermion_dart/native/include/scene/Gizmo.hpp @@ -164,17 +164,6 @@ namespace thermion std::vector _entities; std::vector _materialInstances; - math::float4 activeColors[3]{ - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - }; - math::float4 inactiveColors[3]{ - math::float4{1.0f, 0.0f, 0.0f, 1.0f}, - math::float4{0.0f, 1.0f, 0.0f, 1.0f}, - math::float4{0.0f, 0.0f, 1.0f, 1.0f}, - }; - GizmoPickResultType getPickResult(utils::Entity entity) { if (entity.isNull())