From be0074cf3c4a65d41f907f61d0b25cbedfcdcd97 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 7 Jan 2024 17:31:09 +0000 Subject: Remove Position2D definition --- config/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/types.h b/config/types.h index aff0390..081530d 100644 --- a/config/types.h +++ b/config/types.h @@ -20,7 +20,6 @@ template using Normal = Direction; template using Rotation = glm::vec; template using Colour = glm::vec; -using Position2D = Position<2>; // deprecate using Position3D = Position<3>; // deprecate using BaryPosition = glm::vec<2, float>; using RelativePosition2D = RelativePosition<2>; -- cgit v1.2.3