diff --git a/src/Engine/Renderer/MeshDocument.hpp b/src/Engine/Renderer/MeshDocument.hpp
index 70e954d1901cb63eb0e3cd205407c0bbe972f7c6..dc46a1db5d283748d63f4ee965f790613aaf9488 100644
--- a/src/Engine/Renderer/MeshDocument.hpp
+++ b/src/Engine/Renderer/MeshDocument.hpp
@@ -160,6 +160,8 @@ namespace Engine
 			returnValue.normalByteOffset = std::move(input.GetByteOffset(Attribute::Normal));
 			returnValue.tangentByteOffset = std::move(input.GetByteOffset(Attribute::Tangent));
 			returnValue.indexByteOffset = std::move(input.GetByteOffset(Attribute::Index));
+
+			return returnValue;
 		}
 	}
 }
\ No newline at end of file