paint: move filter textures option to config

This commit is contained in:
luboslenco
2026-06-09 18:04:19 +02:00
parent e16e540d23
commit 1cd4467e67
6 changed files with 14 additions and 9 deletions
+4
View File
@@ -513,6 +513,10 @@ void base_init() {
}
}
if (!g_config->texture_filter) {
gpu_use_linear_sampling(false);
}
args_parse();
camera_init();
ui_base_init();