From f75d1f0b5a78bfce56bde4fe57b8d1193a340e74 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:33:15 +1000 Subject: Wire rendering improvements --- source/frontend/StarWireInterface.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/frontend/StarWireInterface.hpp') diff --git a/source/frontend/StarWireInterface.hpp b/source/frontend/StarWireInterface.hpp index 8e4474f..6c124a7 100644 --- a/source/frontend/StarWireInterface.hpp +++ b/source/frontend/StarWireInterface.hpp @@ -38,9 +38,9 @@ private: WireDirection m_sourceDirection; WireConnection m_sourceConnector; - Vec2F m_insize; - Vec2F m_outsize; - Vec2F m_nodesize; + Vec2F m_inSize; + Vec2F m_outSize; + Vec2F m_nodeSize; }; } -- cgit v1.2.3