mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: Improved comment.
This commit is contained in:
parent
b1dbe5293c
commit
e0c07f52ab
|
@ -169,7 +169,7 @@ public class ExternalEngine extends UCIEngineBase {
|
|||
}
|
||||
}
|
||||
|
||||
/** Try to change the engine process priority to 5. */
|
||||
/** Try to lower the engine process priority. */
|
||||
private void reNice() {
|
||||
try {
|
||||
java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid");
|
||||
|
|
Loading…
Reference in New Issue
Block a user