NetAnim: Change default RGB to red
authorJohn Abraham <john.abraham.in@gmail.com>
Thu, 19 Jul 2012 09:41:20 -0700
changeset 8898 d6a565e7973d
parent 8897 4380df68cbe1
child 8899 421d06795f6e
NetAnim: Change default RGB to red
src/netanim/model/animation-interface.cc
--- a/src/netanim/model/animation-interface.cc	Wed Jul 18 21:52:36 2012 -0700
+++ b/src/netanim/model/animation-interface.cc	Thu Jul 19 09:41:20 2012 -0700
@@ -367,7 +367,7 @@
       m_topoMinY = std::min (m_topoMinY, v.y);
       m_topoMaxX = std::max (m_topoMaxX, v.x);
       m_topoMaxY = std::max (m_topoMaxY, v.y);
-      struct Rgb rgb = {0, 0, 255};
+      struct Rgb rgb = {255, 0, 0};
       if (nodeColors.find (n->GetId ()) == nodeColors.end ())
       {
         nodeColors[n->GetId ()] = rgb;