From 46dc236aad31c7f6c5f6fe3005004a33249bcd0d Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 2 Nov 2025 16:02:50 -0800 Subject: Add TODO --- src/plugins/viewer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) { goto cleanup; } + // TODO: Instead of this API and the weird cloning that happens internally, + // expose a function to create an Anima given a model. Anima* anima = gfx_get_model_anima(state->model); if (anima) { gfx_play_animation( -- cgit v1.2.3