diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-05 21:33:15 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-05 21:33:15 +1000 |
commit | f75d1f0b5a78bfce56bde4fe57b8d1193a340e74 (patch) | |
tree | ec3dd450320610aa759ceb93c94d820fd75aeab8 /source/frontend/StarWireInterface.hpp | |
parent | 58678bfe9dfd761681a1459fae37147e6c78ab46 (diff) |
Wire rendering improvements
Diffstat (limited to 'source/frontend/StarWireInterface.hpp')
-rw-r--r-- | source/frontend/StarWireInterface.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; } |