corrected a typo which was earlier written as tpye instead of type
This commit is contained in:
parent
49176dd348
commit
2ef8598ddd
@ -113,7 +113,7 @@ irr::core::stringw AchievementInfo::toString() const
|
||||
count = m_goal_values.begin()->second;
|
||||
break;
|
||||
default:
|
||||
Log::fatal("AchievementInfo", "Missing toString for tpye %d.",
|
||||
Log::fatal("AchievementInfo", "Missing toString for type %d.",
|
||||
m_check_type);
|
||||
}
|
||||
return StringUtils::toWString(count);
|
||||
|
Loading…
x
Reference in New Issue
Block a user