summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorKiritoDev <36680385+KiritoDv@users.noreply.github.com>2022-04-25 15:19:00 -0500
committerGitHub <noreply@github.com>2022-04-25 22:19:00 +0200
commit1f3a6b928f4025c12d3ec72263bb6a6bb39c45af (patch)
treec789997ac69b01902989da3907cc81fc69952ae8 /soh/src/code
parentffa4a111484cd95cb20985e8f378e59af30eb5dc (diff)
Moved grayscale effect to the gpu and replaced some texture loads (#221)
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_fbdemo_circle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/src/code/z_fbdemo_circle.c b/soh/src/code/z_fbdemo_circle.c
index 630f198d1..b19948737 100644
--- a/soh/src/code/z_fbdemo_circle.c
+++ b/soh/src/code/z_fbdemo_circle.c
@@ -56,8 +56,6 @@ void TransitionCircle_Start(void* thisx) {
break;
}
- this->texture = ResourceMgr_LoadTexByName(this->texture);
-
if (this->speed == 0) {
this->step = 0x14;
} else {