Rename setUsePriority to setPriority
This commit is contained in:
committed by
Sheepit Renderfarm
parent
aa1da4b744
commit
acc9f02f07
@@ -39,8 +39,6 @@ import com.sheepit.client.hardware.gpu.GPUDevice;
|
||||
import com.sheepit.client.standalone.GuiText;
|
||||
import com.sheepit.client.standalone.GuiTextOneLine;
|
||||
import com.sheepit.client.os.OS;
|
||||
import com.sheepit.client.os.Linux;
|
||||
import com.sheepit.client.os.Mac;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@@ -453,7 +451,7 @@ public class SettingsLoader {
|
||||
}
|
||||
|
||||
if (config.getPriority() == 19) { // 19 is default value
|
||||
config.setUsePriority(priority.getValue());
|
||||
config.setPriority(priority.getValue());
|
||||
}
|
||||
try {
|
||||
if (config.getComputeMethod() == null && computeMethod == null) {
|
||||
|
||||
Reference in New Issue
Block a user