mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Fix spelling errors in neighbour
This commit is contained in:
committed by
Michał Janiszewski
parent
36bece4cf1
commit
4dfcb32d85
@@ -102,7 +102,7 @@ namespace Config
|
||||
|
||||
static auto Enum_ScaleQuality = ConfigEnum<sint32>(
|
||||
{
|
||||
ConfigEnumEntry<sint32>("NEAREST_NEIGHBOR", SCALE_QUALITY_NN),
|
||||
ConfigEnumEntry<sint32>("NEAREST_NEIGHBOUR", SCALE_QUALITY_NN),
|
||||
ConfigEnumEntry<sint32>("LINEAR", SCALE_QUALITY_LINEAR),
|
||||
ConfigEnumEntry<sint32>("ANISOTROPIC_FILTERING", SCALE_QUALITY_ANISOTROPIC),
|
||||
ConfigEnumEntry<sint32>("SMOOTH_NEAREST_NEIGHBOUR", SCALE_QUALITY_SMOOTH_NN),
|
||||
|
||||
Reference in New Issue
Block a user