Use "gltf" instead of "gtlf" (#4538)

- Fix "gtlf" typo
This commit is contained in:
Alper Kantarci
2024-04-10 13:02:56 +02:00
parent df4478a90a
commit 62b9fe2e13
@@ -351,7 +351,7 @@ class serializers:
buffer = ifcopenshell_wrapper.buffer buffer = ifcopenshell_wrapper.buffer
# gltf and hdf5 availability depend on IfcOpenShell configuration settings # gltf and hdf5 availability depend on IfcOpenShell configuration settings
try: try:
gtlf = ifcopenshell_wrapper.GltfSerializer gltf = ifcopenshell_wrapper.GltfSerializer
except: except:
pass pass
try: try: