diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2026-05-03 02:13:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-03 02:13:30 +0200 |
| commit | e2cf6ecbb44489fd4cebdc6cdf95430338c5df15 (patch) | |
| tree | b81109d3c7d10e3bdd16a75ff47aafb51b28f3de /courses | |
| parent | 40d4f12580b02fe440709f06cf6f4cbbfd48de2e (diff) | |
Fix 32 bit (#697)
* try x86
* ci: uniform build-linux-release-docker and their x86
* Update main.yml
* fix animation
Co-Authored-By: Alessio Tosto <rinnegatamante@gmail.com>
* add explanation
* add windows 32 in release
* Update windows-compile.yml
* fix windows compilation
* fix win32 windows
* Update libultraship
---------
Co-authored-by: Alessio Tosto <rinnegatamante@gmail.com>
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/test_track/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courses/test_track/data.c b/courses/test_track/data.c index a0cf44611..2823906da 100644 --- a/courses/test_track/data.c +++ b/courses/test_track/data.c @@ -69,6 +69,6 @@ TrackPathPoint test_track_path[] = { }; TrackSections test_track_addr[] = { - { mario_Plane_001_mesh, 255, 255, 0x0000 }, + { .model = mario_Plane_001_mesh, 255, 255, 0x0000 }, { 0x00000000, 0, 0, 0x00000 }, }; |
