Skip to content

Commit

Permalink
Reset cachelines associated with openings pointers on the slave
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Aug 31, 2023
1 parent feabc90 commit 9bdfc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,8 @@ void Mars_Sec_R_Setup(void)
Mars_ClearCacheLine(&segclip);
Mars_ClearCacheLine(&lastsegclip);

//Mars_ClearCacheLine(&openings);
//Mars_ClearCacheLine(&lastopening);
Mars_ClearCacheLine(&openings);
Mars_ClearCacheLine(&lastopening);

Mars_ClearCacheLines(visplanes, (sizeof(visplane_t)*MAXVISPLANES+31)/16);

Expand Down

0 comments on commit 9bdfc5e

Please sign in to comment.