WELL PUSH IT

pull/12/head
hYdos 2020-02-29 09:07:37 +10:00
parent b175219579
commit a30720ce5f
2 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,9 @@ public class GingerThreading
GingerThread yes = worldChunkThreadWaitlist.get(0);
if(!yes.finished) {
worldChunkThreadWaitlist.remove(0);
if(worldChunkThreadWaitlist.size() > 0) {
worldChunkThreadWaitlist.get(0).start();
}
// yes.stop();
}else {
if(!yes.isAlive() && !yes.started) {
@ -24,8 +27,6 @@ public class GingerThreading
}
}
}
if(worldChunkThreadWaitlist.size() > 1) {
worldChunkThreadWaitlist.get(0).start();
}
}
}

View File

@ -21,7 +21,7 @@ const vec4 plane = vec4(0, -1, 0, 15);
uniform float useFakeLighting;
const float density = 0.025;
const float gradient = 3.0;
const float gradient = 1.0;
void main(void){