Skip to content

Commit

Permalink
fix: revert unused changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshh committed May 4, 2023
1 parent 1048dac commit a189f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuroglancer/mesh/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ function convertMeshData(
}

export function assignMeshFragmentData(
chunk: FragmentChunk|MultiscaleFragmentChunk, data: RawMeshData,
chunk: FragmentChunk, data: RawMeshData,
vertexPositionFormat: VertexPositionFormat = VertexPositionFormat.float32) {
chunk.meshData = convertMeshData(data, vertexPositionFormat);
}
Expand Down

0 comments on commit a189f0b

Please sign in to comment.