diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-06-17 22:17:48 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-06-18 10:30:28 +1000 |
commit | 4b5695ce26a8f821dfac987e8e11a6ba5eeff610 (patch) | |
tree | 0cd8f80bdb0520ffcf0cd62851f72055d4ee5546 /src/transform_hierarchy.c | |
parent | f1cb5bece520dba63fa77e4721909ab8f0a6c26f (diff) |
start working on a immediate mode drawing API
Diffstat (limited to 'src/transform_hierarchy.c')
-rw-r--r-- | src/transform_hierarchy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transform_hierarchy.c b/src/transform_hierarchy.c index 2c427b2..b9795bc 100644 --- a/src/transform_hierarchy.c +++ b/src/transform_hierarchy.c @@ -11,7 +11,6 @@ #include "log.h" #include "maths.h" #include "maths_types.h" -// #include "render_types.h" struct transform_hierarchy { transform_node root; |