mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-24 04:03:39 -04:00
Changed finder to highest resolution.
This commit is contained in:
parent
551a1f5ac6
commit
984398de18
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user