Update cmake

This commit is contained in:
2025-09-01 18:09:26 -04:00
parent d92dbc5b6d
commit d50fded04d
2 changed files with 9 additions and 1 deletions

View File

@@ -2661,6 +2661,11 @@ void imgui_update(Imgui* self)
}
}
if (map_find(self->anm2->layers, -1))
printf("Layers -1\n");
if (map_find(self->anm2->spritesheets, -1))
printf("Spritesheets -1\n");
}
void imgui_draw(void)