Reduce heap memory allocation on render path (less heap junk) by
replacing java.awt.Color with work-alike, lightweight updatable alternative.
This commit is contained in:
parent
355d54842f
commit
271990b87c
6 changed files with 109 additions and 57 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package org.dynmap.flat;
|
||||
|
||||
import java.awt.Color;
|
||||
import org.dynmap.Color;
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.awt.image.WritableRaster;
|
||||
import java.io.File;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue