Fix compilation error after recent refactor

Thanks Germano for review!
This commit is contained in:
Sergey Sharybin 2021-02-08 14:36:20 +01:00
parent e35182fc05
commit db1e50262b
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ static int transform_modal(bContext *C, wmOperator *op, const wmEvent *event)
int exit_code;
TransInfo *t = op->customdata;
const enum TfmMode mode_prev = t->mode;
const eTfmMode mode_prev = t->mode;
#if defined(WITH_INPUT_NDOF) && 0
/* Stable 2D mouse coords map to different 3D coords while the 3D mouse is active