diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-07-12 23:32:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 17:32:52 -0600 |
| commit | f1b20c7b91f4f05dd0354ef32245f2204a82295a (patch) | |
| tree | 8fa9b617e195f19148466b7a9f756cebf83d3e0e /src/engine/courses/TestCourse.cpp | |
| parent | f3d13c027eea2b745a0b8241c7ba849d08674e12 (diff) | |
Fix minor render issue in menu (#447)
* fix menu texture
* fix other text
* junky fix
* fix cloud to be png
* fix cloud
* Update menu_items.c
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/courses/TestCourse.cpp')
| -rw-r--r-- | src/engine/courses/TestCourse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/courses/TestCourse.cpp b/src/engine/courses/TestCourse.cpp index f9af1f776..33f003b3b 100644 --- a/src/engine/courses/TestCourse.cpp +++ b/src/engine/courses/TestCourse.cpp @@ -120,7 +120,7 @@ TestCourse::TestCourse() { Props.PathTable2[2] = NULL; Props.PathTable2[3] = NULL; - Props.CloudTexture = (u8*) LOAD_ASSET_RAW(gTextureExhaust5); + Props.CloudTexture = (u8*) gTextureExhaust5; Props.Clouds = gKalimariDesertClouds; Props.CloudList = gLuigiRacewayClouds; |
