m_arpDirectionModel sort element order (#3171)

This commit is contained in:
Oskar Wallgren
2016-12-21 01:36:51 +01:00
committed by GitHub
parent 1f3947408d
commit b9534f4271
3 changed files with 17 additions and 2 deletions

View File

@@ -165,8 +165,8 @@ public:
ArpDirUp,
ArpDirDown,
ArpDirUpAndDown,
ArpDirRandom,
ArpDirDownAndUp,
ArpDirRandom,
NumArpDirections
} ;