From 4bcd88e69fd9d6e768657ff668af97a7944f4cc2 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 20 Jul 2016 16:03:24 -1000 Subject: [PATCH] CDrawableType enum --- Runtime/Graphics/CDrawable.hpp | 6 ++++-- hecl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Runtime/Graphics/CDrawable.hpp b/Runtime/Graphics/CDrawable.hpp index 4e2125acc..b2bd099c9 100644 --- a/Runtime/Graphics/CDrawable.hpp +++ b/Runtime/Graphics/CDrawable.hpp @@ -8,8 +8,10 @@ namespace urde { enum class EDrawableType { - Zero, - One, + World, + Particle, + UnsortedDrawable, + SortedDrawable }; class CDrawable diff --git a/hecl b/hecl index c2ebe6e7d..a0ca743e7 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit c2ebe6e7dc87c556804b66f4220d159be0767fa4 +Subproject commit a0ca743e7f76ecf4d2022f815a016565356f7a46