From 9a7a9ce16ef3bdfa8d67639f0f66fb17e673bf9a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 20 Jan 2022 19:09:42 -0500 Subject: [PATCH] update TODO --- src/tangerine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tangerine.h b/src/tangerine.h index 944da8d..0112195 100644 --- a/src/tangerine.h +++ b/src/tangerine.h @@ -14,7 +14,6 @@ /* * === TODO: === -* - rename data structures to be in the new format, eg) UpperCaseStyleNames * - rename instances of 'model_xform' that refer to a mesh node to something * like node_xform. model_xform should be reserved for the entity node * - full lighting model @@ -45,6 +44,7 @@ * - work on cleaner interface for initEntity and loadScene... * - add a LOGF macro for printf style logging * - replace instances of printf +* - rename data structures to be in the new format, eg) UpperCaseStyleNames */