PR feedback from Howard

This commit is contained in:
Brett Waldbaum 2019-03-08 10:26:40 -08:00
commit 17201ba43c

View file

@ -223,7 +223,7 @@ void CHistoryCollector::AddUnaryOpToHistory(int nOpCode, bool fInv, ANGLE_TYPE a
{
angleOpCode = CalculationManager::Command::CommandDEG;
}
if (angletype == ANGLE_RAD)
else if (angletype == ANGLE_RAD)
{
angleOpCode = CalculationManager::Command::CommandRAD;
}