Change order of enum to be more logical

This commit is contained in:
Matt Nadareski
2016-05-11 10:55:09 -07:00
parent f9656f73ff
commit 889b265c4f

View File

@@ -58,8 +58,8 @@ namespace SabreTools.Helper
{
None = 0,
InternalHash,
ExternalHash,
InternalAll,
ExternalHash,
ExternalAll,
}
}