default render quality is set to 1 which will avoid most text resampling

This commit is contained in:
chrox
2013-04-12 02:30:33 +08:00
parent b7e0cb2c80
commit 0a8ca756cc

View File

@@ -182,7 +182,7 @@ KoptOptions = {
name = "quality",
name_text = RENDER_QUALITY_STR,
toggle = {LOW_STR, DEFAULT_STR, HIGH_STR},
values={0.5, 0.8, 1.0},
values={0.5, 1.0, 1.5},
default_value = 0.8,
},
{