Skip to content

Commit

Permalink
[rend2-sp] Attempt fixing non Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaZ committed Oct 9, 2023
1 parent c8facdf commit 30ab592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/rd-rend2/G2_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class CTraceSurface
#ifdef _WIN32
const struct shader_t* cust_shader;
#else
shader_t* cust_shader;
const shader_t* cust_shader;
#endif
intptr_t* TransformedVertsArray;
const EG2_Collision eG2TraceType;
Expand Down

0 comments on commit 30ab592

Please sign in to comment.