Skip to content

Commit

Permalink
forgot tu turn one more 0x80 into a 0x7f
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Mar 27, 2024
1 parent 31b8219 commit 3aa30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/3ds/video_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void video_hard_init() {
static void setRegularTexEnv() {
C3D_TexEnv *env = C3D_GetTexEnv(0);
C3D_TexEnvInit(env);
C3D_TexEnvColor(env, 0x808080);
C3D_TexEnvColor(env, 0x7f7f7f);
C3D_TexEnvSrc(env, C3D_Both, GPU_TEXTURE0, GPU_CONSTANT, 0);
C3D_TexEnvFunc(env, C3D_RGB, GPU_ADD);

Expand Down

0 comments on commit 3aa30d7

Please sign in to comment.