Fix comment
This commit is contained in:
parent
016ccd0423
commit
37f2f681e5
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ public abstract class DynmapWorld {
|
||||||
if ((iwidth == width) && (iheight == height)) {
|
if ((iwidth == width) && (iheight == height)) {
|
||||||
im.getRGB(0, 0, width, height, argb, 0, width); /* Read data */
|
im.getRGB(0, 0, width, height, argb, 0, width); /* Read data */
|
||||||
im.flush();
|
im.flush();
|
||||||
/* Do binlinear scale to 64x64 */
|
/* Do binlinear scale to width/2 x height/2 */
|
||||||
int off = 0;
|
int off = 0;
|
||||||
for(int y = 0; y < height; y += 2) {
|
for(int y = 0; y < height; y += 2) {
|
||||||
off = y*width;
|
off = y*width;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue