From 26276729ed2f0ac8b08106f7fa85ef8910dfd774 Mon Sep 17 00:00:00 2001 From: Josiah VanderZee Date: Tue, 21 May 2024 11:30:26 -0500 Subject: [PATCH] Remove EAMT_GLTF as it serves no purpose --- irr/include/IMesh.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/irr/include/IMesh.h b/irr/include/IMesh.h index 0b458a7f2..6d06eb762 100644 --- a/irr/include/IMesh.h +++ b/irr/include/IMesh.h @@ -52,9 +52,6 @@ enum E_ANIMATED_MESH_TYPE //! Halflife MDL model file EAMT_MDL_HALFLIFE, - //! Graphics Language Transmission Format 2.0 (.gltf) mesh - EAMT_GLTF2, - //! generic skinned mesh EAMT_SKINNED,