Skip to content

Commit

Permalink
fix octaedit lasttex
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jul 9, 2022
1 parent 2dbabad commit 0965d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/world/octaedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ ushort getmaterial(cube &c)
/////////// texture editing //////////////////

int curtexindex = -1,
lasttex = 0,
lasttex = 0;
int texpaneltimer = 0;
std::vector<ushort> texmru;

Expand Down

0 comments on commit 0965d85

Please sign in to comment.