Skip to content

Commit

Permalink
Consider more flags for N64 detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Nov 30, 2024
1 parent b55563e commit a1b3d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/surf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ void GL_LoadWorld(const char *name)
surf->drawflags &= ~SURF_NODRAW;
}

if (surf->drawflags & SURF_N64_UV)
if (surf->drawflags & (SURF_N64_UV | SURF_N64_SCROLL_X | SURF_N64_SCROLL_Y))
n64surfs++;
}

Expand Down

0 comments on commit a1b3d49

Please sign in to comment.