Clean up warnings, extra imports. Fix post_1_8 logic. Color multiplier cache
This commit is contained in:
parent
eae604e3b9
commit
93ead80920
32 changed files with 58 additions and 59 deletions
|
|
@ -15,7 +15,6 @@ import org.dynmap.Color;
|
|||
import org.dynmap.ConfigurationNode;
|
||||
import org.dynmap.DynmapChunk;
|
||||
import org.dynmap.DynmapCore;
|
||||
import org.dynmap.DynmapLocation;
|
||||
import org.dynmap.DynmapCore.CompassMode;
|
||||
import org.dynmap.Log;
|
||||
import org.dynmap.MapManager;
|
||||
|
|
@ -661,9 +660,7 @@ public class IsoHDPerspective implements HDPerspective {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
private boolean logit = false;
|
||||
|
||||
|
||||
private boolean raytraceSubblock(short[] model, boolean firsttime) {
|
||||
if(firsttime) {
|
||||
mt = t + 0.00000001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue