commit | 89f4f33c447e4c17e43372e3e91525187c43f54e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 14 16:31:56 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | e2797ddda23d3208ac0ce04001bdd01da4c62123 | |
parent | 54eca1d39bc980a7e99af53a5b32443d5774b1a0 [diff] |
expo: Set the initial next_id to 1 If expo_set_dynamic_start() is never called, the first scene created will have an ID of 0, which is invalid. Correct this by setting a default value. Add a test to check this. Signed-off-by: Simon Glass <sjg@chromium.org>