Node Editor: Use Smaller Factor for Grid Snapping

An attempt to treat @sebastian_k's blood pressure a bit.
This commit is contained in:
Julian Eisel 2015-06-29 22:00:31 +02:00
parent 079b41dd37
commit 40d19b519d
1 changed files with 1 additions and 1 deletions

View File

@ -4118,7 +4118,7 @@ static void initTranslation(TransInfo *t)
}
else if (t->spacetype == SPACE_NODE) {
t->snap[0] = 0.0f;
t->snap[1] = ED_node_grid_size() * NODE_GRID_STEPS;
t->snap[1] = ED_node_grid_size();
t->snap[2] = ED_node_grid_size();
}
else if (t->spacetype == SPACE_IPO) {