Changed finder to highest resolution.

This commit is contained in:
Cubitect 2018-08-03 01:26:16 +02:00
parent 551a1f5ac6
commit 984398de18

View File

@ -25,7 +25,7 @@ static DWORD WINAPI searchCompactBiomesThread(LPVOID data)
{ {
if(checkForBiomes(&g, cache, s, if(checkForBiomes(&g, cache, s,
-info.range, -info.range, 2*info.range, 2*info.range, -info.range, -info.range, 2*info.range, 2*info.range,
info.filter, 256)) info.filter, 1))
{ {
printf("%ld\n", s); printf("%ld\n", s);
fflush(stdout); fflush(stdout);