(BufferBuilder bufferBuilder, boolean ignoredDepth)
| 89 | } |
| 90 | |
| 91 | static void endLines(BufferBuilder bufferBuilder, boolean ignoredDepth) { |
| 92 | MeshData meshData = bufferBuilder.build(); |
| 93 | if (meshData != null) { |
| 94 | if (ignoredDepth) { |
no outgoing calls
no test coverage detected