Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoley committed Sep 17, 2018
1 parent a9784ad commit 852352a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serializers/src/glTF/2.0/babylon.glTFExporterExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ module BABYLON.GLTF2.Exporter {
* @param binaryWriter glTF serializer binary writer instance
*/
postExportMeshPrimitiveAsync?(context: string, meshPrimitive: IMeshPrimitive, babylonSubMesh: SubMesh, binaryWriter: _BinaryWriter): Nullable<Promise<IMeshPrimitive>>;


}
}

0 comments on commit 852352a

Please sign in to comment.