mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Rename use_cpu to opencl and adjust logic accordingly.
This commit is contained in:
@ -9,7 +9,7 @@ pub struct SearchBehavior {
|
||||
pub ignore_entities: bool,
|
||||
pub threshold: f32,
|
||||
pub invalid_nbt: bool,
|
||||
pub use_cpu: bool,
|
||||
pub opencl: bool,
|
||||
}
|
||||
|
||||
impl Default for SearchBehavior {
|
||||
@ -22,7 +22,7 @@ impl Default for SearchBehavior {
|
||||
ignore_entities: false,
|
||||
threshold: 0.9,
|
||||
invalid_nbt: false,
|
||||
use_cpu: false,
|
||||
opencl: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user