From a2b94a9a3724838f740bd8bafea76d94f54cb0da Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 18 Apr 2015 23:39:11 +0000 Subject: [PATCH] ticker: fix typo in entity.h header. --- src/entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity.h b/src/entity.h index 1c497b15..8c985ac3 100644 --- a/src/entity.h +++ b/src/entity.h @@ -102,7 +102,7 @@ protected: DRAWGROUP_OTHER_1, //Same ------------------ DRAWGROUP_OTHER_2, //Same ------------------ DRAWGROUP_OTHER_3, //Same ------------------ - GAMEGROUP_APP, //Main application Draw + DRAWGROUP_APP, //Main application Draw DRAWGROUP_HUD, DRAWGROUP_IMGUI, DRAWGROUP_CAPTURE,