summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-11-02 16:02:50 -0800
committer3gg <3gg@shellblade.net>2025-11-02 16:02:50 -0800
commit46dc236aad31c7f6c5f6fe3005004a33249bcd0d (patch)
tree561a4510dd48dc666a5b2175dd16b6a267ba4878 /src
parent13218f8cfab6bc02fc57a2eef582ab93056fb59c (diff)
Add TODOHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/plugins/viewer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/viewer.c b/src/plugins/viewer.c
index 08e4d57..8d9adf4 100644
--- a/src/plugins/viewer.c
+++ b/src/plugins/viewer.c
@@ -158,6 +158,8 @@ bool init(Game* game, State** pp_state) {
158 goto cleanup; 158 goto cleanup;
159 } 159 }
160 160
161 // TODO: Instead of this API and the weird cloning that happens internally,
162 // expose a function to create an Anima given a model.
161 Anima* anima = gfx_get_model_anima(state->model); 163 Anima* anima = gfx_get_model_anima(state->model);
162 if (anima) { 164 if (anima) {
163 gfx_play_animation( 165 gfx_play_animation(