Skip to content

Commit

Permalink
Double is used here.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Mar 13, 2013
1 parent 15f08f1 commit b8cda62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public double[] fetchBounds(final int x, final int y, final int z){
// minX, minY, minZ, maxX, maxY, maxZ
// TODO: Want to maintain a list with manual entries or at least half / full blocks ?
// Always return full bounds, needs extra adaption to BlockProperties (!).
return new double[]{0f, 0f, 0f, 1f, 1f, 1f};
return new double[]{0D, 0D, 0D, 1D, 1D, 1D};
}

@Override
Expand Down

0 comments on commit b8cda62

Please sign in to comment.