Skip to content

Commit b8d351d

Browse files
committed
fix | restore remip and vcommands by reordering EDIT_CALCLIGHT
1 parent d41258f commit b8d351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/iengine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern bool settexture(const char *name, int clamp = 0);
5656

5757
// octaedit
5858

59-
enum { EDIT_FACE = 0, EDIT_TEX, EDIT_MAT, EDIT_FLIP, EDIT_COPY, EDIT_PASTE, EDIT_ROTATE, EDIT_REPLACE, EDIT_DELCUBE, EDIT_CALCLIGHT, EDIT_REMIP, EDIT_VSLOT, EDIT_UNDO, EDIT_REDO };
59+
enum { EDIT_FACE = 0, EDIT_TEX, EDIT_MAT, EDIT_FLIP, EDIT_COPY, EDIT_PASTE, EDIT_ROTATE, EDIT_REPLACE, EDIT_DELCUBE, EDIT_REMIP, EDIT_VSLOT, EDIT_UNDO, EDIT_REDO, EDIT_CALCLIGHT};
6060

6161
struct selinfo
6262
{

0 commit comments

Comments
 (0)