Skip to content

Commit

Permalink
have mergetexs() use const renderstate &
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 27, 2022
1 parent 86ec0de commit 49bf56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/render/renderva.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ namespace
int firstbatch = -1,
numbatches = 0;

void mergetexs(renderstate &cur, const vtxarray &va, elementset *texs = nullptr, int offset = 0)
void mergetexs(const renderstate &cur, const vtxarray &va, elementset *texs = nullptr, int offset = 0)
{
int numtexs = 0;
if(!texs)
Expand Down

0 comments on commit 49bf56c

Please sign in to comment.