remove unused fluid chunk function
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
4be41f1b04
commit
89f2d9c60a
@ -57,14 +57,4 @@ public class FluidChunkData {
|
|||||||
return voxelWeight[x][y][z];
|
return voxelWeight[x][y][z];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets a key for the modifiedSinceLastGeneration set based on a voxel position
|
|
||||||
* @param position The voxel position
|
|
||||||
* @return The key
|
|
||||||
*/
|
|
||||||
private String getVoxelPositionKey(Vector3i position){
|
|
||||||
return position.x + "_" + position.y + "_" + position.z;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user