Skip to content

Commit 92d0d6f

Browse files
committed
forgot loader
1 parent d69c286 commit 92d0d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ add_format(format"2DM", "MESH2D", ".2dm", [:MeshIO])
111111
add_format(format"OFF", "OFF", ".off", [:MeshIO])
112112

113113
# GSLIB/SGeMS format (http://gslib.com)
114-
add_format(format"GSLIB", (), [".gslib",".sgems"])
114+
add_format(format"GSLIB", (), [".gslib",".sgems"], [:GslibIO])
115115

116116
### Audio formats
117117
function detectwav(io)

0 commit comments

Comments
 (0)