Skip to content

Commit

Permalink
move changebatchtmus() to be private in renderstate for #241
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 15, 2022
1 parent b53b651 commit fa3096e
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 @@ -638,7 +638,6 @@ namespace
VSlot *vslot;
int texgenorient, texgenmillis;

void changebatchtmus();
void disablevquery();
void disablevbuf();
void enablevquery();
Expand All @@ -664,6 +663,7 @@ namespace
vec2 texgenscroll;

void changetexgen(int orient, Slot &slot, VSlot &vslot);
void changebatchtmus();
};

void renderstate::disablevbuf()
Expand Down

0 comments on commit fa3096e

Please sign in to comment.