paint: move filter textures option to config
This commit is contained in:
@@ -513,6 +513,10 @@ void base_init() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!g_config->texture_filter) {
|
||||
gpu_use_linear_sampling(false);
|
||||
}
|
||||
|
||||
args_parse();
|
||||
camera_init();
|
||||
ui_base_init();
|
||||
|
||||
Reference in New Issue
Block a user