Fixes #17, and an annoying typo in SnipeData :)

This commit is contained in:
Sauilitired
2019-03-21 07:20:47 +01:00
parent e758e6c1a2
commit 44bfc2f753
2 changed files with 15 additions and 55 deletions

View File

@ -77,7 +77,7 @@ public class SnipeData {
*/
private int voxelHeight = SnipeData.DEFAULT_VOXEL_HEIGHT;
/**
* Voxel centroid -- set Cylynder center /vc #.
* Voxel centroid -- set Cylinder center /vc #.
*/
private int cCen = SnipeData.DEFAULT_CYLINDER_CENTER;
private int range = 0;
@ -325,4 +325,4 @@ public class SnipeData {
public static Class<?> inject() {
return SnipeData.class;
}
}
}