mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Prevent new caps from corrupting romhack graphics
This commit is contained in:
parent
8f4101cb7b
commit
55673e1f3c
2 changed files with 2 additions and 2 deletions
|
@ -462,4 +462,4 @@ const Gfx luigi_cap_material_revert_render_settings[] = {
|
|||
gsDPSetTileSize(1, 0, 0, 124, 124),
|
||||
|
||||
gsSPEndDisplayList(),
|
||||
};
|
||||
};
|
||||
|
|
|
@ -491,4 +491,4 @@ const Gfx mario_cap_material_revert_render_settings[] = {
|
|||
gsDPSetTileSize(1, 0, 0, 124, 124),
|
||||
|
||||
gsSPEndDisplayList(),
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue