Cleanup: missed const change in recent merge

This commit is contained in:
Campbell Barton 2018-08-14 17:41:01 +10:00
parent 7ed6de3951
commit 644e2b3ffd
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ typedef struct PEData {
RNG *rng;
const int *mval;
rcti *rect;
const rcti *rect;
float rad;
float dist;
float dval;